| Age | Commit message (Expand) | Author | Lines |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -91/+185 |
| 2020-04-08 | Rollup merge of #70912 - estebank:reduce-type-param-sugg-verbosity, r=davidtwco | Dylan DPC | -8/+0 |
| 2020-04-08 | Rollup merge of #70906 - gizmondo:66107, r=estebank | Dylan DPC | -25/+56 |
| 2020-04-08 | Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddyb | Dylan DPC | -1/+37 |
| 2020-04-08 | Auto merge of #70721 - anyska:bless-all-mir-opt, r=oli-obk | bors | -4139/+10197 |
| 2020-04-08 | Add ignore-wasm32-bare to mir-opt tests that need it. | Ana-Maria Mihalache | -338/+340 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -1/+37 |
| 2020-04-08 | Rollup merge of #70789 - lcnr:macros, r=varkor | Dylan DPC | -22/+49 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -25/+56 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -7/+7 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -0/+17 |
| 2020-04-08 | fix misleading type annotation diagonstics | YI | -0/+47 |
| 2020-04-08 | track_caller: harden naked interactions | Mazdak Farrokhzad | -3/+28 |
| 2020-04-07 | Do not suggest adding type param when `use` is already suggested | Esteban Küber | -8/+0 |
| 2020-04-07 | Remove old mir-opt test format. | Ana-Maria Mihalache | -80/+2 |
| 2020-04-07 | Normalize away pairs of line:col numbers. | Ana-Maria Mihalache | -166/+166 |
| 2020-04-07 | Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it. | Ana-Maria Mihalache | -488/+1855 |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -1013/+2254 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -22/+49 |
| 2020-04-07 | --bless all mir-opt tests. | Ana-Maria Mihalache | -3046/+6572 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -0/+40 |
| 2020-04-07 | Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakis | bors | -2/+2 |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-06 | traits/coherence: stop using `Ty::walk_shallow`. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-06 | add nested regression test | Niko Matsakis | -0/+30 |
| 2020-04-06 | Auto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk | bors | -0/+14 |
| 2020-04-06 | tweak rustc_layout debug output | Ralf Jung | -10/+10 |
| 2020-04-06 | Rollup merge of #70827 - estebank:shorten-sugg-span-add-lt, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |
| 2020-04-06 | Rollup merge of #70739 - Centril:fix-70736, r=petrochenkov | Mazdak Farrokhzad | -0/+85 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -43/+72 |
| 2020-04-05 | Remove a stack frame from .await calls | Steven Fackler | -8/+2 |
| 2020-04-05 | Reduce the visual clutter | Esteban Küber | -54/+20 |
| 2020-04-06 | Keep codegen units unmerged when building compiler builtins | Tomasz Miąsko | -0/+40 |
| 2020-04-06 | Move sanitize-inline-always test to sanitize directory | Tomasz Miąsko | -2/+2 |
| 2020-04-05 | Use smaller span for suggestion restricting lifetime | Esteban Küber | -1/+1 |
| 2020-04-06 | Rollup merge of #70798 - estebank:satisfy, r=Centril | Mazdak Farrokhzad | -18/+18 |
| 2020-04-06 | Rollup merge of #70665 - petrochenkov:linkargs, r=nagisa | Mazdak Farrokhzad | -0/+16 |
| 2020-04-06 | Don't lint for self-recursion when the function can diverge | Jonas Schievink | -0/+18 |
| 2020-04-05 | add test | Ralf Jung | -0/+14 |
| 2020-04-05 | "cannot resolve" → "cannot satisfy" | Esteban Küber | -18/+18 |
| 2020-04-05 | Rollup merge of #70815 - RalfJung:layout-debug, r=jonas-schievink | Dylan DPC | -6/+45 |
| 2020-04-05 | also print type type | Ralf Jung | -5/+5 |
| 2020-04-05 | also print rustc_layout on impl trait type aliases | Ralf Jung | -2/+41 |
| 2020-04-05 | Fix test. | Camille GILLOT | -2/+1 |
| 2020-04-05 | Rollup merge of #70806 - RalfJung:miri-assignment-check, r=eddyb | Dylan DPC | -0/+10 |
| 2020-04-05 | add test | Ralf Jung | -0/+10 |
| 2020-04-05 | Rollup merge of #70768 - petrochenkov:macambig, r=Centril,mark-i-m | Dylan DPC | -0/+13 |
| 2020-04-05 | Rollup merge of #70748 - ogoffart:enum-layout-optim2, r=eddyb | Dylan DPC | -0/+25 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -0/+16 |