| Age | Commit message (Expand) | Author | Lines |
| 2019-11-07 | putting the failure_status code in header.rs | Quentin Boyer | -6/+4 |
| 2019-11-05 | was not the same replace as others | Quentin Boyer | -1/+1 |
| 2019-11-05 | rewrote error messages for #[rustc_error] | Quentin Boyer | -32/+38 |
| 2019-11-03 | tidy | Quentin Boyer | -1/+3 |
| 2019-11-03 | added test for checking that ICEs are not hidden | Quentin Boyer | -0/+8 |
| 2019-11-03 | remove another status code check is should-ice | Quentin Boyer | -1/+6 |
| 2019-11-03 | add rustc_error(delay_span_bug_from_inside_query) attribute | Quentin Boyer | -4/+40 |
| 2019-11-03 | add header to compiletest to check for ice | Quentin Boyer | -4/+20 |
| 2019-10-16 | Check if there are any delayed_span_bugs and abort incremental compilation in... | Quentin Boyer | -1/+18 |
| 2019-10-14 | Rollup merge of #65416 - spastorino:minor-sync-changes, r=Mark-Simulacrum | Tyler Mandry | -27/+24 |
| 2019-10-14 | Rollup merge of #65415 - petrochenkov:rmtest, r=varkor | Tyler Mandry | -16/+0 |
| 2019-10-14 | Rollup merge of #65410 - Centril:intersection-pat-recover, r=davidtwco,varkor | Tyler Mandry | -1/+135 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -52/+115 |
| 2019-10-14 | Rollup merge of #65365 - skinny121:const-args-metadata, r=varkor | Tyler Mandry | -26/+58 |
| 2019-10-14 | Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddyb | Tyler Mandry | -178/+157 |
| 2019-10-14 | Rollup merge of #65332 - RalfJung:fmt, r=cramertj | Tyler Mandry | -191/+175 |
| 2019-10-14 | Rollup merge of #65261 - nnethercote:rm-Option-from-TokenStream, r=petrochenkov | Tyler Mandry | -154/+110 |
| 2019-10-14 | Rollup merge of #65260 - nnethercote:optimize-LexicalResolve-expansion, r=nik... | Tyler Mandry | -10/+16 |
| 2019-10-14 | Rollup merge of #65170 - petrochenkov:cload, r=eddyb | Tyler Mandry | -394/+309 |
| 2019-10-14 | Tweak heuristics for less noise | Esteban Küber | -10/+10 |
| 2019-10-14 | Use heuristics for capitalization warning in suggestions | Esteban Küber | -24/+37 |
| 2019-10-14 | Rename serial_join and serial_scope to join and scope | Santiago Pastorino | -25/+22 |
| 2019-10-14 | Move serial_scope and serial_join to parallel_compiler = false | Santiago Pastorino | -23/+23 |
| 2019-10-14 | Minor comment tweaks | Santiago Pastorino | -2/+2 |
| 2019-10-14 | Remove an outdated test output file | Vadim Petrochenkov | -16/+0 |
| 2019-10-15 | Include const generic arguments in metadata. | ben | -26/+58 |
| 2019-10-14 | pprust: `p1@p2` -> `p1 @ p2` | Mazdak Farrokhzad | -5/+6 |
| 2019-10-14 | recover_intersection_pat: adjust wording | Mazdak Farrokhzad | -13/+13 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -18/+37 |
| 2019-10-14 | syntax: use `PatKind::Wild` as our `::Err` equivalent. | Mazdak Farrokhzad | -10/+10 |
| 2019-10-14 | syntax: add test for intersection pattern parser recovery | Mazdak Farrokhzad | -0/+73 |
| 2019-10-14 | syntax: add recovery for intersection patterns `p1 @ p2` | Mazdak Farrokhzad | -0/+60 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -23/+16 |
| 2019-10-14 | rustc_metadata: Crate loader is immutable | Vadim Petrochenkov | -32/+22 |
| 2019-10-14 | rustc_metadata: Improve documentation of `CrateMetadata` | Vadim Petrochenkov | -25/+36 |
| 2019-10-14 | rustc_metadata: Use `CrateSource` where appropriate | Vadim Petrochenkov | -67/+43 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -257/+202 |
| 2019-10-14 | Auto merge of #65399 - Centril:rollup-6lzj0w5, r=Centril | bors | -1173/+1452 |
| 2019-10-14 | Rollup merge of #65395 - JohnTitor:add-tests, r=Centril | Mazdak Farrokhzad | -0/+131 |
| 2019-10-14 | Rollup merge of #65392 - Centril:nt-to-tt, r=Mark-Simulacrum | Mazdak Farrokhzad | -142/+152 |
| 2019-10-14 | Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkov | Mazdak Farrokhzad | -184/+298 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -99/+101 |
| 2019-10-14 | Rollup merge of #65362 - Centril:extract_fun, r=petrochenkov | Mazdak Farrokhzad | -487/+491 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -260/+260 |
| 2019-10-14 | Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+19 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -71/+121 |
| 2019-10-14 | Add test for issue-48638 | Yuki Okushi | -0/+21 |
| 2019-10-14 | Add test for issue-48027 | Yuki Okushi | -0/+29 |
| 2019-10-14 | Add test for issue-48010 | Yuki Okushi | -0/+23 |
| 2019-10-14 | Add test for issue-47486 | Yuki Okushi | -0/+23 |