]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu
[rust.git] / compiler /
2020-09-27 Jonas SchievinkRollup merge of #76839 - lzutao:mips-asm, r=Amanieu
2020-09-27 borsAuto merge of #77118 - exrook:stability-generic-paramet...
2020-09-27 borsAuto merge of #71274 - RalfJung:raw-init-check-aggregat...
2020-09-27 borsAuto merge of #76955 - jyn514:refactor-diagnostics...
2020-09-27 borsAuto merge of #77154 - fusion-engineering-forks:lazy...
2020-09-27 Lzu TaoAdd MIPS asm! support
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 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 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 borsAuto merge of #76485 - estebank:format_arg_capture_span...
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 marmelademaMove `is_raw_guess` check in `ty::print::pretty`
2020-09-25 marmelademaAddress review comment
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 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 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 borsAuto merge of #73453 - erikdesjardins:tuplayout, r...
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 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-25 borsAuto merge of #76844 - simonvandel:fix-76803, r=wesleywiser
2020-09-25 borsAuto merge of #77172 - jonas-schievink:rollup-a041rou...
2020-09-25 Jonas SchievinkRollup merge of #77165 - simonvandel:do-not-fire-on...
2020-09-25 Jonas SchievinkRollup merge of #77164 - fusion-engineering-forks:no...
2020-09-25 Jonas SchievinkRollup merge of #77160 - ecstatic-morse:const-fn-transm...
2020-09-25 Jonas SchievinkRollup merge of #77136 - ecstatic-morse:issue-77134...
2020-09-25 Jonas SchievinkRollup merge of #77121 - duckymirror:html-root-url...
2020-09-25 Jonas SchievinkRollup merge of #77081 - LingMan:patch-1, r=jonas-schievink
2020-09-25 Jonas SchievinkRollup merge of #77079 - poliorcetics:more-self-in...
2020-09-25 Jonas SchievinkRollup merge of #77078 - LingMan:patch-2, r=jonas-schievink
2020-09-25 Jonas SchievinkRollup merge of #77074 - lcnr:array-from-ref, r=SimonSapin
2020-09-25 Jonas SchievinkRollup merge of #77050 - follower:patch-1, r=oli-obk
2020-09-25 Jonas SchievinkRollup merge of #77044 - pickfire:patch-4, r=jyn514
2020-09-25 Jonas SchievinkRollup merge of #76978 - duckymirror:mpsc-from-doc...
2020-09-25 Jonas SchievinkRollup merge of #76724 - ecstatic-morse:dataflow-pass...
2020-09-25 Jonas SchievinkRollup merge of #76304 - CDirkx:const-ip, r=ecstatic...
next