| Age | Commit message (Expand) | Author | Lines |
| 2020-10-21 | add rustc_allow_const_fn_unstable attribute | Florian Warzecha | -0/+18 |
| 2020-10-21 | Bless liveness-asm output | Olivia Crain | -3/+3 |
| 2020-10-21 | Limit liveness-asm tests to x86_64 | Olivia Crain | -0/+1 |
| 2020-10-21 | Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkov | Yuki Okushi | -0/+12 |
| 2020-10-21 | Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obk | Yuki Okushi | -9/+9 |
| 2020-10-21 | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank | Yuki Okushi | -14/+30 |
| 2020-10-21 | Rollup merge of #78002 - estebank:issue-77598, r=oli-obk | Yuki Okushi | -390/+613 |
| 2020-10-21 | rustc_mir: create the Integrator as soon as possible in MIR inlining. | Eduard-Mihai Burtescu | -52/+52 |
| 2020-10-20 | Add test case for #77062 | Wesley Wiser | -0/+5 |
| 2020-10-21 | rustc_mir: don't throw away inlined locals' spans. | Eduard-Mihai Burtescu | -57/+57 |
| 2020-10-21 | rustc_mir: properly map scope parent chains into the caller when inlining. | Eduard-Mihai Burtescu | -19/+67 |
| 2020-10-21 | test: ensure #[track_caller] tests also test MIR inlining. | Eduard-Mihai Burtescu | -12/+29 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -53/+53 |
| 2020-10-21 | Introduce a temporary for discriminant value in MatchBranchSimplification | Tomasz Miąsko | -40/+287 |
| 2020-10-21 | Disable "optimization to avoid load of address" in InstCombine | Tomasz Miąsko | -3/+3 |
| 2020-10-20 | Rollup merge of #78133 - JohnTitor:mir-tests, r=lcnr | Guillaume Gomez | -0/+108 |
| 2020-10-20 | Rollup merge of #78070 - RalfJung:const-panic-test, r=oli-obk | Guillaume Gomez | -70/+90 |
| 2020-10-20 | Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obk | Guillaume Gomez | -0/+5 |
| 2020-10-20 | Rollup merge of #78046 - bugadani:issue-73827, r=nikic | Guillaume Gomez | -0/+18 |
| 2020-10-20 | review comments | Esteban Küber | -85/+85 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -358/+581 |
| 2020-10-20 | Add test for issue-77911 | Yuki Okushi | -0/+16 |
| 2020-10-20 | Add test for issue-76375 | Yuki Okushi | -0/+29 |
| 2020-10-20 | Add test for issue-75053 | Yuki Okushi | -0/+48 |
| 2020-10-20 | Add test for issue-68841 | Yuki Okushi | -0/+15 |
| 2020-10-20 | Rollup merge of #78121 - LeSeulArtichaut:issue-78115, r=tmandry | Yuki Okushi | -0/+19 |
| 2020-10-20 | Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnr | Yuki Okushi | -32/+106 |
| 2020-10-20 | Rollup merge of #77959 - JohnTitor:tweak-test-structure, r=petrochenkov | Yuki Okushi | -0/+0 |
| 2020-10-20 | Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov | Yuki Okushi | -4/+8 |
| 2020-10-20 | Disable MatchBranchSimplification | Tomasz Miąsko | -150/+172 |
| 2020-10-20 | Accidentally fixed #78071 | Nadrieril | -24/+36 |
| 2020-10-19 | Add inline const macro test | Santiago Pastorino | -0/+12 |
| 2020-10-19 | Add regression test | LeSeulArtichaut | -0/+19 |
| 2020-10-19 | Fix ui test for updated core::panic behaviour. | Mara Bos | -2/+2 |
| 2020-10-19 | revert workaround #73027 | SNCPlay42 | -13/+8 |
| 2020-10-19 | don't assume trait ambiguity happens in `Self` | SNCPlay42 | -19/+98 |
| 2020-10-19 | Rollup merge of #78089 - varkor:opt_const_param_of-error, r=lcnr | Guillaume Gomez | -0/+14 |
| 2020-10-19 | Ignore on 32-bit targets | Jonas Schievink | -2/+1 |
| 2020-10-19 | ignore-thumb | Jonas Schievink | -0/+1 |
| 2020-10-19 | Ignore test on WASM | Jonas Schievink | -0/+2 |
| 2020-10-19 | Move issue-36710 test to run-make | Jonas Schievink | -1/+1 |
| 2020-10-19 | Unignore test | Jonas Schievink | -2/+0 |
| 2020-10-19 | fix Rvalue::ty for ThreadLocalRef | Ralf Jung | -9/+9 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -89/+80 |
| 2020-10-18 | Refactor liveness-issue-77915 to liveness-asm and improve tests | Olivia Crain | -36/+66 |
| 2020-10-19 | Auto merge of #77278 - camelid:use-correct-article, r=estebank | bors | -298/+298 |
| 2020-10-18 | Fix issue with specifying generic arguments for primitive types | varkor | -0/+14 |
| 2020-10-18 | Auto merge of #77306 - lcnr:inline-ok, r=eddyb | bors | -0/+77 |
| 2020-10-18 | The only remaining constant patterns are opaque | Nadrieril | -9/+2 |
| 2020-10-18 | Destructure byte array constants to array patterns instead of keeping them op... | Oliver Scherer | -2/+2 |