]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-23 Arlo SiemsenUpdate cargo
2022-06-23 Michael GouletRollup merge of #98422 - GuillaumeGomez:browser-ui...
2022-06-23 Michael GouletRollup merge of #98410 - ehuss:update-books, r=ehuss
2022-06-23 Michael GouletRollup merge of #98409 - joshtriplett:triagebot-nominat...
2022-06-23 Michael GouletRollup merge of #98390 - GuillaumeGomez:keyword-rustdoc...
2022-06-23 Michael GouletRollup merge of #98388 - rosehuds:master, r=davidtwco
2022-06-23 Michael GouletRollup merge of #98365 - jyn514:improve-obligation...
2022-06-23 Michael GouletRollup merge of #98364 - RalfJung:arc-clone, r=Mark...
2022-06-23 Michael GouletRollup merge of #98355 - hoodmane:emscripten-no-default...
2022-06-23 Michael GouletRollup merge of #98353 - beetrees:builtin-macros-cfg...
2022-06-23 Michael GouletRollup merge of #98310 - jsha:defer-source-sidebar...
2022-06-23 Michael GouletRollup merge of #98305 - klensy:no-err-alloc, r=compile...
2022-06-23 Michael GouletRollup merge of #98283 - TaKO8Ki:point-at-private-field...
2022-06-23 Michael GouletRollup merge of #98269 - compiler-errors:provide-more...
2022-06-23 Michael GouletRollup merge of #98259 - jyn514:improve-obligation...
2022-06-23 Michael GouletRollup merge of #98184 - compiler-errors:elided-lifetim...
2022-06-23 Michael GouletRollup merge of #96173 - jmaargh:jmaargh/with-capacity...
2022-06-23 Niko Matsakisadd regression tests found in crater
2022-06-23 Niko Matsakisrun `x.py fmt`
2022-06-23 Niko Matsakisremove misleading comment
2022-06-23 Niko Matsakistry to clarify confusing comment
2022-06-23 Niko Matsakisnormalize if-eq bounds before testing
2022-06-23 Niko Matsakisapply suggestions from oli-obk
2022-06-23 Niko Matsakiscoallesce docs
2022-06-23 Niko Matsakisrename IfEqBound to IfEq
2022-06-23 Niko Matsakisremove VerifyBound::IfEq variant
2022-06-23 borsAuto merge of #98423 - ehuss:ci-submodule-no-archive...
2022-06-23 Eric HussTemporarily disable submodule archive downloads.
2022-06-23 Maybe WaffleSuggest defining variable as mutable on `&mut _` type...
2022-06-23 Guillaume GomezUpdate browser-ui-test version to 0.9.6
2022-06-23 Martin KröningSession object: Set OS/ABI
2022-06-23 Maybe WaffleRemove excess rib while resolving closures
2022-06-23 Caleb Cartwrightupdate rustfmt
2022-06-23 Caleb CartwrightMerge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1...
2022-06-23 Caleb Cartwrightchore: prep v1.5.1 release
2022-06-23 Caleb CartwrightMerge pull request #5405 from calebcartwright/subtree...
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 Guillaume GomezMerge all popover hide functions into one
2022-06-22 Guillaume GomezAdd/update GUI tests for help pocket menu
2022-06-22 Guillaume GomezMove help popup into a pocket menu as well
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 Camille GILLOTContaminate ErrorGuaranteed.
2022-06-22 Camille GILLOTCorrect function name.
2022-06-22 Camille GILLOTPerform coherence checking per impl.
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
next