]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-10-30 Matthias KrügerRollup merge of #90412 - jyn514:macro-use, r=camelid
2021-10-30 Matthias KrügerRollup merge of #90402 - wesleywiser:query_descriptions...
2021-10-30 Matthias KrügerRollup merge of #90396 - b-naber:type_flags_ices_defaul...
2021-10-30 Matthias KrügerRollup merge of #90395 - b-naber:const-expr-type-relati...
2021-10-30 Matthias KrügerRollup merge of #90377 - WaffleLapkin:const_slice_from_...
2021-10-30 Matthias KrügerRollup merge of #90374 - GuillaumeGomez:unify-rustdoc...
2021-10-30 Matthias KrügerRollup merge of #90371 - Veykril:patch-2, r=jyn514
2021-10-30 Matthias KrügerRollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
2021-10-30 borsAuto merge of #89174 - ChrisDenton:automatic-verbatim...
2021-10-30 borsAuto merge of #88268 - GuillaumeGomez:generics-search...
2021-10-30 Joshua NelsonRemove unnecessary `macro_use`s in rustdoc
2021-10-30 borsAuto merge of #90403 - michaelwoerister:odht-0.3.1...
2021-10-29 borsAuto merge of #90346 - ferrocene:pa-short-circuit,...
2021-10-29 Maybe WaffleApply changes proposed in the review
2021-10-29 Maybe WaffleUse proper issue number for `feature(const_slice_from_r...
2021-10-29 Guillaume GomezUnify titles in rustdoc book doc attributes chapter
2021-10-29 Guillaume GomezFix invalid handling of generics
2021-10-29 borsAuto merge of #90390 - umanwizard:update-miri, r=RalfJung
2021-10-29 Michael WoeristerUpdate odht crate to 0.3.1 (big-endian bugfix)
2021-10-29 borsAuto merge of #90389 - camelid:rustdoc-rayon, r=jyn514
2021-10-29 Wesley WiserAdd a few query descriptions
2021-10-29 borsAuto merge of #90373 - tmiasko:union-qualification...
2021-10-29 b-naberignore type flags insertion in default_anon_const_subst...
2021-10-29 b-naberadd test
2021-10-29 b-naberdon't mutably borrow inner infcx in all of ConstInferUn...
2021-10-29 borsAuto merge of #90214 - tmiasko:indirect-mutation-qualif...
2021-10-29 borsAuto merge of #90380 - Mark-Simulacrum:revert-89558...
2021-10-29 borsAuto merge of #90363 - camelid:build-impl-perf, r=jyn514
2021-10-29 Noah Levrustdoc: Remove a single-use macro
2021-10-29 Brennan VincentUpdate miri
2021-10-29 Noah Levrustdoc: Switch to mainline rayon
2021-10-28 borsAuto merge of #90387 - matthiaskrgr:rollup-b2x8v0x...
2021-10-28 Matthias KrügerRollup merge of #90376 - oli-obk:🧹, r=spastorino
2021-10-28 Matthias KrügerRollup merge of #90336 - mbartlett21:patch-4, r=Mark...
2021-10-28 Matthias KrügerRollup merge of #90082 - noncombatant:patch-1, r=Guilla...
2021-10-28 borsAuto merge of #90281 - xldenis:public-borrow-set, r...
2021-10-28 borsAuto merge of #90218 - JakobDegen:adt_significant_drop_...
2021-10-28 Mark RousskovRevert "Add rustc lint, warning when iterating over...
2021-10-28 Maybe WaffleMake `core::slice::from_raw_parts[_mut]` const
2021-10-28 Oli SchererMove instantiate_opaque_types to rustc_infer.
2021-10-28 Oli SchererMove some functions into `rustc_infer`.
2021-10-28 Oli SchererManually inline a function that is only ever called...
2021-10-28 Oli SchererRemove dead code.
2021-10-28 borsAuto merge of #90145 - cjgillot:sorted-map, r=michaelwo...
2021-10-28 Lukas WirthFix incorrect doc link
2021-10-28 borsAuto merge of #90339 - GuillaumeGomez:doc-alias-doc...
2021-10-28 Guillaume GomezAdd missing documentation for doc alias
2021-10-28 Noah LevImprove perf measurements of `build_extern_trait_impl`
2021-10-28 Tomasz MiąskoUse type based qualification for unions
2021-10-27 borsAuto merge of #90347 - matthiaskrgr:rollup-rp2ms7j...
2021-10-27 Matthias KrügerRollup merge of #90344 - xfix:tracking-issue-const_cstr...
2021-10-27 Matthias KrügerRollup merge of #90304 - vandenheuvel:test_issue_75961...
2021-10-27 Matthias KrügerRollup merge of #90288 - JakobDegen:import_diagnostics...
2021-10-27 Matthias KrügerRollup merge of #90267 - EliseZeroTwo:elisezerotwo...
2021-10-27 Matthias KrügerRollup merge of #90239 - r00ster91:patch-1, r=fee1...
2021-10-27 r00ster91Remove big O notation
2021-10-27 borsAuto merge of #90273 - nbdd0121:const, r=fee1-dead
2021-10-27 Pietro Albinireplace `&` with `&&` in {integer}::checked_rem
2021-10-27 Pietro Albinireplace `&` with `&&` in {integer}::checked_div
2021-10-27 Pietro Albinireplace `|` with `||` in string validation
2021-10-27 Pietro Albinireplace `|` with `||` in {unsigned_int}::borrowing_sub
2021-10-27 Pietro Albinireplace `|` with `||` in {unsigned_int}::carrying_add
2021-10-27 Konrad BorowskiAdd tracking issue number to const_cstr_unchecked
2021-10-27 borsAuto merge of #90186 - jsha:fix-header-sizes, r=Guillau...
2021-10-27 borsAuto merge of #89652 - rcvalle:rust-cfi, r=nagisa
2021-10-27 EliseZeroTwotest: add test for inner attribute followed by outer...
2021-10-27 Ramon de C... Add documentation for LLVM CFI support
2021-10-27 Gary GuoRemove `is_const_fn` in `find_mir_or_eval_fn`
2021-10-27 borsAuto merge of #90337 - matthiaskrgr:rollup-azkr158...
2021-10-27 Bram van den... Add regression test for #75961
2021-10-27 Matthias KrügerRollup merge of #90278 - notriddle:notriddle/highlight...
2021-10-27 Matthias KrügerRollup merge of #90232 - konan8205:master, r=GuillaumeGomez
2021-10-27 Matthias KrügerRollup merge of #90154 - camelid:remove-getdefid, r...
2021-10-27 mbartlett21Remove extra lines in examples for `Duration::try_from_...
2021-10-27 borsAuto merge of #89937 - JohnTitor:fix-89875, r=Amanieu
2021-10-27 Jakob DegenReverting switching test to no_std and adjust output...
2021-10-27 Jakob DegenFix line numbers in test
2021-10-27 Jakob DegenMake `ui/suggestions/suggest-tryinto-edition-change...
2021-10-27 Jakob DegenAdds hint if a trait fails to resolve and a newly added...
2021-10-27 Jakob DegenAdd test checking that Edition 2021 is suggested for...
2021-10-27 Jakob DegenAdd diagnostic in case of failed `.try_into()` method...
2021-10-26 borsAuto merge of #90314 - matthiaskrgr:rollup-ag1js8n...
2021-10-26 Matthias KrügerRollup merge of #90305 - vandenheuvel:test_issue_87258...
2021-10-26 Matthias KrügerRollup merge of #90303 - WaffleLapkin:regression_test_9...
2021-10-26 Matthias KrügerRollup merge of #90302 - GuillaumeGomez:rm-unneeded...
2021-10-26 Matthias KrügerRollup merge of #90296 - CAD97:rip-lerp, r=Mark-Simulacrum
2021-10-26 borsAuto merge of #90290 - nyanpasu64:fix-string-as-mut...
2021-10-26 Bram van den... Add regression test for #87258
2021-10-26 borsAuto merge of #90284 - tonyyzy:patch-1, r=JohnTitor
2021-10-26 Tony YangRemove redundant Aligner
2021-10-26 Maybe WaffleAdd regression test for issue 90164
2021-10-26 Guillaume GomezRemove unneeded into_iter
2021-10-26 borsAuto merge of #90075 - pierwill:fix-79717, r=petrochenkov
2021-10-26 nyanpasu64Fix copy-paste error in String::as_mut_vec() docs
2021-10-26 Tomasz MiąskoConsider indirect mutation during const qualification...
2021-10-26 borsAuto merge of #90299 - matthiaskrgr:rollup-n77ntld...
2021-10-26 Matthias KrügerRollup merge of #90295 - ehuss:update-cargo, r=ehuss
2021-10-26 Matthias KrügerRollup merge of #90294 - ehuss:update-books, r=ehuss
2021-10-26 Matthias KrügerRollup merge of #90241 - DrMeepster:thiscall_lint_upgra...
2021-10-26 Matthias KrügerRollup merge of #90181 - notriddle:notriddle/error...
next