aboutsummaryrefslogtreecommitdiff
path: root/examples/hackernews/.gitignore
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-08-21 14:25:26 +0100
committerGravatar GitHub <noreply@github.com> 2024-08-21 14:25:26 +0100
commit0231ee7ab59d17985ef367c6144861dd3a625e63 (patch)
tree3bc4dcbf5783538140341be4750f10c0bc3d1b77 /examples/hackernews/.gitignore
parent4f25b60d0c6a17183f0b54feab54ddc93ed37f40 (diff)
downloadastro-0231ee7ab59d17985ef367c6144861dd3a625e63.tar.gz
astro-0231ee7ab59d17985ef367c6144861dd3a625e63.tar.zst
astro-0231ee7ab59d17985ef367c6144861dd3a625e63.zip
ci: trigger using review comment instead (#11804)
Diffstat (limited to 'examples/hackernews/.gitignore')
0 files changed, 0 insertions, 0 deletions
tr class='nohover-highlight'> 2019-05-01test RFC 147Gravatar Jorge Aparicio 5-0/+93 2019-05-01update compile-fail testsGravatar Jorge Aparicio 35-179/+95 2019-05-01update compile-pass testsGravatar Jorge Aparicio 10-212/+107 2019-05-01update examplesGravatar Jorge Aparicio 23-235/+159 2019-05-01implement RFCs 147 and 155, etc.Gravatar Jorge Aparicio 11-2252/+2412 This commit: - Implements RFC 147: "all functions must be safe" - Implements RFC 155: "explicit Context parameter" - Implements the pending breaking change #141: reject assign syntax in `init` (which was used to initialize late resources) - Refactors code generation to make it more readable -- there are no more random identifiers in the output -- and align it with the book description of RTFM internals. - Makes the framework hard depend on `core::mem::MaybeUninit` and thus will require nightly until that API is stabilized. - Fixes a ceiling analysis bug where the priority of the system timer was not considered in the analysis. - Shrinks the size of all the internal queues by turning `AtomicUsize` indices into `AtomicU8`s. - Removes the integration with `owned_singleton`. 2019-04-21bors: do not merge PRs labeled S-blockedGravatar Jorge Aparicio 1-1/+2 2019-04-21v0.4.3Gravatar Jorge Aparicio 4-8/+31