| Age | Commit message (Expand) | Author | Lines |
| 2020-08-08 | Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr | bors | -2/+72 |
| 2020-08-08 | Auto merge of #74533 - nikic:issue-74425, r=eddyb | bors | -0/+25 |
| 2020-08-08 | Emit == null instead of <= null | Nikita Popov | -0/+25 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -4/+4 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -4/+60 |
| 2020-08-08 | Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514 | Yuki Okushi | -0/+54 |
| 2020-08-08 | Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=Amanieu | Yuki Okushi | -4/+6 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -4/+4 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -66/+321 |
| 2020-08-08 | Cross-crate doc inlining test case for elided lifetime | Gary Guo | -14/+22 |
| 2020-08-08 | Auto merge of #75048 - eggyal:force-no-tco-start-backtrace-frame, r=Mark-Simu... | bors | -0/+23 |
| 2020-08-07 | Display elided lifetime for external paths | Gary Guo | -0/+13 |
| 2020-08-07 | Display elided lifetime for non-reference type in doc | Gary Guo | -0/+33 |
| 2020-08-07 | Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ... | Alan Egerton | -0/+23 |
| 2020-08-07 | Auto merge of #75255 - davidtwco:polymorphisation-symbol-mangling-v0-upvar-cl... | bors | -0/+187 |
| 2020-08-07 | instance: polymorphize `FnDef` substs | David Wood | -4/+19 |
| 2020-08-07 | instance: always polymorphize substs | David Wood | -0/+37 |
| 2020-08-07 | instance: polymorphize upvar closures/generators | David Wood | -0/+135 |
| 2020-08-07 | polymorphize: non-promoted unevaluated constants | David Wood | -0/+33 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -7/+182 |
| 2020-08-07 | polymorphize: visit promoted MIR | David Wood | -2/+39 |
| 2020-08-07 | Apply `extern "C"` calling convention | Aaron Hill | -1/+1 |
| 2020-08-07 | Only test function-arguments-naked.rs on x86_64 | Aaron Hill | -1/+5 |
| 2020-08-07 | Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011 | bors | -0/+78 |
| 2020-08-07 | Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez | bors | -4/+24 |
| 2020-08-07 | Auto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simulacrum | bors | -15/+15 |
| 2020-08-07 | Fix natvis tests | Amanieu d'Antras | -15/+15 |
| 2020-08-06 | Rollup merge of #75227 - Amanieu:fix_asm_arch, r=Mark-Simulacrum | Manish Goregaokar | -2/+28 |
| 2020-08-06 | Rollup merge of #75203 - canova:btreemap-into-iter, r=dtolnay | Manish Goregaokar | -0/+23 |
| 2020-08-06 | Rollup merge of #75079 - jyn514:disambiguator, r=Manishearth | Manish Goregaokar | -0/+175 |
| 2020-08-07 | test min_const_generics using revisions | Bastian Kauschke | -52/+154 |
| 2020-08-07 | Rollup merge of #75188 - Aaron1011:fix/fieldless-tuple-error, r=varkor | Yuki Okushi | -0/+25 |
| 2020-08-07 | Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis | Yuki Okushi | -9/+7 |
| 2020-08-06 | Fix outdated code | Joshua Nelson | -3/+3 |
| 2020-08-06 | Improve tests | Joshua Nelson | -19/+22 |
| 2020-08-06 | Use the proper kind for associated items | Joshua Nelson | -11/+17 |
| 2020-08-06 | allow complex expressions in assoc consts | Bastian Kauschke | -17/+19 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -0/+78 |
| 2020-08-06 | Fix ICE when using asm! on an unsupported architecture | Amanieu d'Antras | -2/+28 |
| 2020-08-06 | Don't call a function in function-arguments-naked.rs | Aaron Hill | -3/+1 |
| 2020-08-06 | Auto merge of #74889 - JohnTitor:hrtb-tests, r=nikomatsakis | bors | -0/+28 |
| 2020-08-05 | Suggest f() for functions and add a test case | Joshua Nelson | -1/+14 |
| 2020-08-05 | Add a test for BTreeMap lifetime bound to see if it compiles | Nazım Can Altınova | -0/+23 |
| 2020-08-06 | Add a FIXME comment | Yuki Okushi | -1/+5 |
| 2020-08-05 | Auto merge of #75166 - JulianKnodt:i64494, r=lcnr | bors | -0/+37 |
| 2020-08-05 | impl review | Bastian Kauschke | -16/+20 |
| 2020-08-05 | forbid complex types for generic parameters | Bastian Kauschke | -0/+52 |
| 2020-08-05 | forbid generic params in complex consts | Bastian Kauschke | -0/+95 |
| 2020-08-05 | Auto merge of #75194 - Aaron1011:feature/macro-backtrace-numbers, r=eddyb | bors | -4/+4 |
| 2020-08-05 | Show backtrace numbers in backtrace whenever more than one is involved | Aaron Hill | -4/+4 |