| Age | Commit message (Expand) | Author | Lines |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -117/+166 |
| 2020-03-23 | Rollup merge of #70249 - lcnr:issue70125, r=eddyb | Mazdak Farrokhzad | -0/+51 |
| 2020-03-23 | Rollup merge of #70236 - petrochenkov:globimpice, r=ecstatic-morse | Mazdak Farrokhzad | -0/+15 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -115/+68 |
| 2020-03-22 | Allow #[track_caller] in traits. | Adam Perry | -61/+176 |
| 2020-03-22 | Rollup merge of #70266 - petrochenkov:prochead, r=varkor | Dylan DPC | -26/+12 |
| 2020-03-22 | Rollup merge of #70223 - lcnr:issue70167, r=eddyb | Dylan DPC | -0/+38 |
| 2020-03-22 | Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkov | Dylan DPC | -0/+26 |
| 2020-03-22 | rename tests | Bastian Kauschke | -2/+2 |
| 2020-03-22 | handle unevaluated consts after monomophize | Bastian Kauschke | -0/+51 |
| 2020-03-22 | proc_macro_harness: Use item header spans for errors | Vadim Petrochenkov | -26/+12 |
| 2020-03-21 | Rollup merge of #70238 - petrochenkov:procmod, r=Centril | Dylan DPC | -0/+13 |
| 2020-03-21 | Rollup merge of #70231 - aDotInTheVoid:E0224, r=Dylan-DPC | Dylan DPC | -2/+8 |
| 2020-03-21 | Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ... | Dylan DPC | -0/+47 |
| 2020-03-21 | Allow `hir().find` to return `None` | John Kåre Alsaker | -0/+32 |
| 2020-03-21 | Add a test for out-of-line module passed through a proc macro | Vadim Petrochenkov | -0/+13 |
| 2020-03-21 | resolve: Avoid "self-confirming" import resolutions in one more case | Vadim Petrochenkov | -0/+15 |
| 2020-03-21 | Add explanation message for E0224 | Nixon Enraght-Moony | -2/+8 |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -115/+68 |
| 2020-03-21 | fix type of const params in associated types. | Bastian Kauschke | -0/+38 |
| 2020-03-21 | Rollup merge of #70032 - lcnr:issue69970, r=varkor | Dylan DPC | -0/+25 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -0/+48 |
| 2020-03-21 | Rollup merge of #69901 - RalfJung:rustc_layout, r=eddyb | Dylan DPC | -0/+334 |
| 2020-03-21 | Rollup merge of #69497 - Zoxc:ast-fragment-error, r=petrochenkov | Dylan DPC | -2/+13 |
| 2020-03-21 | Fix ICE caused by truncating a negative ZST enum discriminant | Wesley Wiser | -0/+47 |
| 2020-03-21 | normalize away preferred alignment | Ralf Jung | -28/+13 |
| 2020-03-21 | recover on `for<'a> |...| body` closures. | Mazdak Farrokhzad | -0/+26 |
| 2020-03-21 | Rollup merge of #70184 - Centril:include-mod-relativism, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2020-03-21 | Rollup merge of #70176 - rylev:ice-tests, r=Centril | Mazdak Farrokhzad | -0/+651 |
| 2020-03-21 | Rollup merge of #70058 - Centril:fix-70050, r=petrochenkov | Mazdak Farrokhzad | -1/+37 |
| 2020-03-21 | Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung | Mazdak Farrokhzad | -0/+22 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+15 |
| 2020-03-20 | Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb | bors | -3/+4 |
| 2020-03-20 | make rustc_layout also work for type definitions | Ralf Jung | -6/+228 |
| 2020-03-20 | expand_include: set `.directory` to dir of included file. | Mazdak Farrokhzad | -0/+13 |
| 2020-03-20 | add a test for rustc_layout(debug) | Ralf Jung | -0/+127 |
| 2020-03-20 | can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. | Mazdak Farrokhzad | -1/+37 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -0/+48 |
| 2020-03-20 | Add tests for #58319 and #65131 | Ryan Levick | -0/+651 |
| 2020-03-20 | Update const_forget.rs | DutchGhost | -1/+1 |
| 2020-03-20 | Rollup merge of #70131 - Aaron1011:fix/issue-55099-test, r=nikomatsakis | Yuki Okushi | -0/+28 |
| 2020-03-19 | sort generic param order in generics_of | Bastian Kauschke | -0/+25 |
| 2020-03-19 | Update test | John Kåre Alsaker | -2/+13 |
| 2020-03-19 | Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+48 |
| 2020-03-19 | Add regression test for TAIT lifetime inference (issue #55099) | Aaron Hill | -0/+28 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -0/+44 |
| 2020-03-18 | Move the const-forget test into ui tests | DutchGhost | -0/+22 |
| 2020-03-18 | Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov | Mazdak Farrokhzad | -12/+12 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -81/+81 |
| 2020-03-18 | Rollup merge of #69838 - Centril:expand-module, r=petrochenkov | Mazdak Farrokhzad | -35/+106 |