]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-27 Joshua NelsonResolve `crate` properly across crates
2020-09-27 borsAuto merge of #71274 - RalfJung:raw-init-check-aggregat...
2020-09-27 Ralf Jungupdate tokei and ripgrep in cargotest
2020-09-27 borsAuto merge of #76955 - jyn514:refactor-diagnostics...
2020-09-27 borsAuto merge of #77154 - fusion-engineering-forks:lazy...
2020-09-27 borsAuto merge of #76986 - jonas-schievink:ret-in-reg,...
2020-09-27 borsAuto merge of #77247 - jonas-schievink:rollup-r6ehh8h...
2020-09-26 Jonas SchievinkRollup merge of #77243 - Aaron1011:more-derive-test...
2020-09-26 Jonas SchievinkRollup merge of #77235 - petrochenkov:reparse, r=Aaron1011
2020-09-26 Jonas SchievinkRollup merge of #77231 - oli-obk:clippy_const_fn, r...
2020-09-26 Jonas SchievinkRollup merge of #77209 - jyn514:fix-docs, r=petrochenkov
2020-09-26 Jonas SchievinkRollup merge of #77208 - mati865:late-link-args-order...
2020-09-26 Jonas SchievinkRollup merge of #77184 - pickfire:patch-4, r=kennytm
2020-09-26 Jonas SchievinkRollup merge of #77167 - fusion-engineering-forks:fix...
2020-09-26 Jonas SchievinkRollup merge of #77129 - ehuss:update-cargo, r=ehuss
2020-09-26 Jonas SchievinkRollup merge of #77107 - bugadani:perf, r=oli-obk
2020-09-26 Jonas SchievinkRollup merge of #76917 - GuillaumeGomez:map-missing...
2020-09-26 Aaron HillTest more attributes in test issue-75930-derive-cfg.rs
2020-09-26 borsAuto merge of #76897 - Aaron1011:feature/min-proc-macro...
2020-09-26 borsAuto merge of #77224 - RalfJung:rollup-hdvb96c, r=RalfJung
2020-09-26 Vadim Petrochenkovpretty-print-reparse hack: Remove an impossible case
2020-09-26 Vadim Petrochenkovpretty-print-reparse hack: Rename some variables for...
2020-09-26 Aaron HillEncode less metadata for proc-macro crates
2020-09-26 Jonas SchievinkAdd a test for 128-bit return values
2020-09-26 Oliver SchererRemove all unstable feature support in the `missing_con...
2020-09-26 Oliver SchererMove `qualify_min_const_fn` out of rustc into clippy
2020-09-26 Jonas SchievinkReturn values up to 128 bits in registers
2020-09-26 Ralf JungRollup merge of #77211 - est31:remove_unused_allow...
2020-09-26 Ralf JungRollup merge of #77207 - camelid:whence-to-span, r...
2020-09-26 Ralf JungRollup merge of #77204 - LingMan:patch-3, r=jonas-schievink
2020-09-26 Ralf JungRollup merge of #77181 - GuillaumeGomez:add-pointer...
2020-09-26 Ralf JungRollup merge of #77166 - RalfJung:miri, r=RalfJung
2020-09-26 Ralf JungRollup merge of #77161 - est31:swich_len_already_truste...
2020-09-26 Ralf JungRollup merge of #77127 - camelid:update-mdbook, r=Dylan-DPC
2020-09-26 Ralf JungRollup merge of #77122 - ecstatic-morse:const-fn-arithm...
2020-09-26 Ralf JungRollup merge of #77093 - lcnr:const-generics-infer...
2020-09-26 Ralf JungRollup merge of #77076 - GuillaumeGomez:missing-code...
2020-09-26 Ralf JungRollup merge of #76631 - jyn514:x.py-setup, r=Mark...
2020-09-26 Ralf JungRollup merge of #75454 - ltratt:option_optimisation_gua...
2020-09-26 Ralf Jungmight_permit_raw_init: also check aggregate fields
2020-09-26 Mara BosDisable stdout-during-shutdown test on emscripten.
2020-09-26 borsAuto merge of #76485 - estebank:format_arg_capture_span...
2020-09-26 Guillaume GomezAdd doc alias for pointer primitive
2020-09-26 Bastian Kauschkeunused into
2020-09-26 Bastian Kauschkerename functions
2020-09-26 borsAuto merge of #70743 - oli-obk:eager_const_to_pat_conve...
2020-09-26 borsAuto merge of #74225 - poliorcetics:std-thread-unsafe...
2020-09-26 borsAuto merge of #76176 - marmeladema:fix-closure-path...
2020-09-25 est31Remove unused #[allow(...)] statements from compiler/
2020-09-25 Joshua NelsonFix documentation highlighting in ty::BorrowKind
2020-09-25 CamelidRename `whence` to `span`
2020-09-25 marmelademaMove `is_raw_guess` check in `ty::print::pretty`
2020-09-25 marmelademaAddress review comment
2020-09-25 marmelademaFix tests
2020-09-25 marmelademaRemove now unused `double_braced_*` symbols
2020-09-25 marmelademaFix profiling query key creation
2020-09-25 marmelademaSimplify some match statements on `DefPathDataName'
2020-09-25 marmelademaAvoid calling `Symbol::interner` in `compute_codegen_un...
2020-09-25 marmelademaRename `DefPathData::get_name()` to `DefPathData::name()`
2020-09-25 marmelademaFix pretty-printing of `DisambiguatedDefPathData`
2020-09-25 marmelademaImplement `Display` for `DisambiguatedDefPathData`...
2020-09-25 marmelademaMove from {{closure}}#0 syntax to {closure#0} for ...
2020-09-25 borsAuto merge of #77201 - matthewjasper:rename-get-uncheck...
2020-09-25 LingManRemove stray word from `ClosureKind::extends` docs
2020-09-25 borsAuto merge of #77198 - jonas-schievink:rollup-i59i41h...
2020-09-25 Guillaume GomezAdd missing code examples on slice iter types
2020-09-25 Matthew JasperRename Iterator::get_unchecked
2020-09-25 Matthew JasperImprove <vec::IntoIter>::get_unchecked` safety comment
2020-09-25 Jonas SchievinkRollup merge of #77189 - pickfire:patch-5, r=Mark-Simul...
2020-09-25 Jonas SchievinkRollup merge of #77183 - bugadani:issue-77088, r=varkor
2020-09-25 Jonas SchievinkRollup merge of #77176 - austinkeeley:intrinsics-docume...
2020-09-25 Jonas SchievinkRollup merge of #77155 - lcnr:ImplSource, r=ecstatic...
2020-09-25 Jonas SchievinkRollup merge of #77146 - Mark-Simulacrum:xpyinstall...
2020-09-25 Jonas SchievinkRollup merge of #77126 - Mark-Simulacrum:llvm-less...
2020-09-25 Jonas SchievinkRollup merge of #77120 - ecstatic-morse:keep-stage...
2020-09-25 Jonas SchievinkRollup merge of #77106 - matthiaskrgr:changelog_seen...
2020-09-25 Jonas SchievinkRollup merge of #77097 - fusion-engineering-forks:slice...
2020-09-25 Jonas SchievinkRollup merge of #77086 - ehuss:src-libunwind, r=Mark...
2020-09-25 Jonas SchievinkRollup merge of #77073 - lcnr:ty-trait-param, r=matthew...
2020-09-25 Jonas SchievinkRollup merge of #77066 - jonas-schievink:dest-prop...
2020-09-25 Jonas SchievinkRollup merge of #77005 - ssomers:btree_cleanup_3, r...
2020-09-25 Jonas SchievinkRollup merge of #76973 - lzutao:unstably-const-assume...
2020-09-25 Jonas SchievinkRollup merge of #76932 - fusion-engineering-forks:condv...
2020-09-25 Dylan MacKenzieUse proper issue for `const_fn_floating_point_arithmetic`
2020-09-25 Dylan MacKenzieMove const fn floating point test out of `min_const_fn`
2020-09-25 Dylan MacKenzieBless tests
2020-09-25 Dylan MacKenzieAdd new feature gate to standard library
2020-09-25 Dylan MacKenziePut floating point arithmetic behind its own feature...
2020-09-25 Dylan MacKenzieAdd `const_fn_floating_point_arithmetic`
2020-09-25 borsAuto merge of #77157 - tmiasko:simplify-cfg-dup, r...
2020-09-25 Ivan ThamRemove extra space from vec drawing
2020-09-25 borsAuto merge of #73453 - erikdesjardins:tuplayout, r...
2020-09-25 Ivan ThamRust vec bench import specific rand::RngCore
2020-09-25 Dániel BugaAllow multiple allow_internal_unstable attributes
2020-09-25 borsAuto merge of #77152 - vandenheuvel:update_chalk_furthe...
2020-09-25 Mateusz MikułaLink dynamic and static late_link_args before generic...
2020-09-25 borsAuto merge of #77041 - lcnr:const-eval-perf, r=ecstatic...
2020-09-25 Stein SomersBTreeMap: various tweaks
2020-09-25 Stein SomersBTreeMap: introduce edge methods similar to those of...
2020-09-25 Stein SomersBTreeMap: refactor correct_childrens_parent_links
next