]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-23 Nicholas NethercoteRename some `ExtCtxt` methods.
2022-06-23 Hood ChathamSet no_default_libraries: false in wasm32_emscripten...
2022-06-23 Caleb Cartwrightchore: bump toolchain
2022-06-23 Caleb CartwrightRevert "Memoize format_expr"
2022-06-23 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-06-22 Eric HussUpdate tendril
2022-06-22 Eric HussUpdate books
2022-06-22 Yacin TmimiFix issue where `cargo fmt --version` would not display...
2022-06-22 Yacin TmimiAdd idempotency test for issue 5399
2022-06-22 Yacin TmimiRevert "Memoize format_expr"
2022-06-22 Ralf Jungupdate Miri
2022-06-22 Eric HussAdd tracking issues to `--extern` option docs.
2022-06-22 Josh Tripletttriagebot.toml: Sort and wrap the list of allowed labels
2022-06-22 Josh Tripletttriagebot.toml: Allow applying nominated labels
2022-06-22 Aaron HillRemove (transitive) reliance on sorting by DefId in...
2022-06-22 Martin NordholtsFixup missing renames from `#[main]` to `#[rustc_main]`
2022-06-22 Guillaume GomezAdd test for keywords in rustdoc JSON output
2022-06-22 Guillaume GomezFilter out keyword items in rustdoc JSON output
2022-06-22 Rose Hudsonimplement `iter_projections` function on `PlaceRef`
2022-06-22 Mara BosWork around llvm 12's memory ordering restrictions.
2022-06-22 Raoul StrackxAddress reviewer comments
2022-06-22 klensyuse `-Cstrip=debuginfo` with ui tests to reduce disk...
2022-06-22 borsAuto merge of #98279 - cjgillot:all-fresh-nofn, r=petro...
2022-06-22 borsAuto merge of #98375 - JohnTitor:rollup-e5c6rgo, r...
2022-06-22 Robin RaymondFix debug info test
2022-06-22 Yuki OkushiRollup merge of #98363 - RalfJung:btree-test-ref-alloc...
2022-06-22 Yuki OkushiRollup merge of #98356 - lucasthormann:patch-1, r=Mark...
2022-06-22 Yuki OkushiRollup merge of #98226 - ChrisDenton:doc-extern-options...
2022-06-22 Yuki OkushiRollup merge of #98005 - compiler-errors:impossible...
2022-06-22 Yuki OkushiRollup merge of #97895 - nbdd0121:unlikely, r=estebank
2022-06-22 Yuki OkushiRollup merge of #97818 - compiler-errors:rpit-error...
2022-06-22 Yuki OkushiRollup merge of #97516 - RalfJung:atomics, r=joshtriplett
2022-06-22 Yuki OkushiRollup merge of #97454 - Mark-Simulacrum:relnotes,...
2022-06-22 Yuki OkushiRollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry
2022-06-22 Yuki OkushiRollup merge of #95446 - notseanray:master, r=Mark...
2022-06-22 Takayuki Maedaadd "was" to pluralize macro and use it
2022-06-22 Joshua NelsonRemove individual crate checks for bootstrap in tidy
2022-06-22 Joshua NelsonRemove vendoring support when building from git sources
2022-06-22 Joshua NelsonAdd bootstrap to tidy check
2022-06-22 Takayuki Maedapoint to type param definition when not finding variant...
2022-06-22 Ralf Jungclarify Arc::clone overflow check comment
2022-06-22 Joshua NelsonFully remove submodule handling from bootstrap.py
2022-06-22 Chris DentonDocument unstable `--extern` options
2022-06-22 Takayuki Maedastop pointing at definitions of missing fields
2022-06-22 borsAuto merge of #97853 - TaKO8Ki:emit-only-one-note-per...
2022-06-22 Michael GouletAdd some tests for impossible bounds
2022-06-22 Michael GouletPoint at return expression for RPIT-related error
2022-06-22 Michael GouletImprove suggestion for calling closure on type mismatch
2022-06-22 Joshua NelsonAddress review comments from #98259
2022-06-22 borsAuto merge of #98359 - JohnTitor:rollup-v30vyzr, r...
2022-06-21 Ralf Junghedge our bets
2022-06-21 Ralf Jungremove use of &Alloc in btree tests
2022-06-21 Yuki OkushiRollup merge of #98344 - spastorino:remove-misleading...
2022-06-21 Yuki OkushiRollup merge of #98336 - fmease:remove-faulty-doc-hidde...
2022-06-21 Yuki OkushiRollup merge of #98334 - JohnTitor:issue-73727, r=compi...
2022-06-21 Yuki OkushiRollup merge of #98199 - c410-f3r:z-errors, r=petrochenkov
2022-06-21 Yuki OkushiRollup merge of #98099 - RalfJung:convert_tag_add_extra...
2022-06-21 Yuki OkushiRollup merge of #97867 - lcnr:lub-binder, r=oli-obk
2022-06-21 Lucas ThormannFix typo
2022-06-21 Hood ChathamUpdate Emscripten's no_default_libraries handling
2022-06-21 beetreesMigrate `builtin-macros-expected-one-cfg-pattern` to...
2022-06-21 Camille GILLOTRustdoc fallout.
2022-06-21 Camille GILLOTUse CreateParameter mode for closures too.
2022-06-21 Camille GILLOTAlways create parameters for functions-like types.
2022-06-21 beetreesMigrate `builtin-macros-requires-cfg-pattern` to `Sessi...
2022-06-21 beetreesAdd UI test for `cfg!(foo, bar)`
2022-06-21 beetreesAdd `create_err` and `emit_err` to `ExtCtxt`
2022-06-21 Alan EgertonRemove unecessary references to TypeFolder::Error
2022-06-21 Alan EgertonReverse folder hierarchy
2022-06-21 borsAuto merge of #98098 - bjorn3:archive_refactor, r=micha...
2022-06-21 Santiago PastorinoThis comment is out dated and misleading
2022-06-21 Tom Milliganci: include config_proc_macro crate in ci (#5389)
2022-06-21 borsAuto merge of #98335 - JohnTitor:rollup-j2zudxv, r...
2022-06-21 CaioMove some tests to more reasonable directories
2022-06-21 León Orell... Remove `#[doc(hidden)]` logic from `unused_attributes...
2022-06-21 Yuki OkushiRollup merge of #98330 - conradludgate:io-slice-mut...
2022-06-21 Yuki OkushiRollup merge of #98329 - oli-obk:fast_path_ice, r=cjgillot
2022-06-21 Yuki OkushiRollup merge of #98323 - lnicola:rust-analyzer-2022...
2022-06-21 Yuki OkushiRollup merge of #98313 - m-ou-se:fix-comments, r=joshtr...
2022-06-21 Yuki OkushiRollup merge of #98306 - eggyal:add-unevaluated-to...
2022-06-21 Yuki OkushiRollup merge of #98278 - nnethercote:some-token-stream...
2022-06-21 Yuki OkushiRollup merge of #98124 - jsha:defer-crates, r=Guillaume...
2022-06-21 Yuki OkushiRollup merge of #98022 - compiler-errors:erroneous...
2022-06-21 Yuki OkushiRollup merge of #97805 - coolreader18:trace-suggestions...
2022-06-21 Yuki OkushiRollup merge of #97269 - RalfJung:transmute, r=m-ou-se
2022-06-21 Yuki OkushiRollup merge of #94033 - joshtriplett:documentation...
2022-06-21 borsAuto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
2022-06-21 notseanrayupdate cpu-usage-over-time-plot script
2022-06-21 Yuki OkushiAdd a full regression test for #73727
2022-06-21 Mara BosUse futex based thread parker on Fuchsia.
2022-06-21 Conrad Ludgateupdate ioslice docs to use shared slices
2022-06-21 Oli SchererAvoid an ICE and instead let the compiler report a...
2022-06-21 borsAuto merge of #97657 - Urgau:check-cfg-many-mut, r...
2022-06-21 Ross MacArthurAdd `Iterator::next_chunk`
2022-06-21 Laurențiu Nicola:arrow_up: rust-analyzer
2022-06-21 Michael GouletProvide a segment res in more cases
2022-06-21 Michael GouletGive name if anonymous region appears in impl signature
2022-06-21 borsAuto merge of #98148 - c410-f3r:assert-compiler, r...
2022-06-20 borsAuto merge of #98307 - matthiaskrgr:rollup-rb3huha...
2022-06-20 Jacob Hoffman... rustdoc: optimize loading of source sidebar
next