| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -37/+2 |
| 2018-08-01 | Rollup merge of #52930 - eddyb:issue-52489, r=cramertj | Pietro Albini | -0/+30 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -37/+2 |
| 2018-08-01 | rustc_resolve: record single-segment extern crate import resolutions. | Eduard-Mihai Burtescu | -0/+30 |
| 2018-07-31 | rustc: Handle linker diagnostic from LLVM | Alex Crichton | -0/+52 |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -13534/+1053 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -0/+89 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -2/+1 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -0/+42 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -67/+0 |
| 2018-07-26 | move mir_check_* to ui tests, add adjusted references | Niko Matsakis | -120/+0 |
| 2018-07-22 | Point at internal span in format string | Esteban Küber | -67/+0 |
| 2018-07-21 | do not overwrite child def-id in place but rather remove/insert | Niko Matsakis | -0/+42 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -5/+5 |
| 2018-07-17 | Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obk | bors | -12817/+4 |
| 2018-07-16 | Return tests that have platform dependant output | Esteban Küber | -0/+102 |
| 2018-07-16 | ExprKind | csmoe | -1/+1 |
| 2018-07-15 | Fix tests | Esteban Küber | -0/+106 |
| 2018-07-15 | Move some `compile-fail` tests to `ui` | Esteban Küber | -13021/+0 |
| 2018-07-14 | structured suggestion for renamed-and-removed-lints | Zack M. Davis | -4/+4 |
| 2018-07-14 | Auto merge of #52318 - TheDarkula:master, r=oli-obk | bors | -0/+17 |
| 2018-07-14 | Removed the promotable field from CheckCrateVisitor and replaced it with the ... | Meade Kincke | -0/+17 |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -71/+28 |
| 2018-07-11 | Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomez | Guillaume Gomez | -79/+79 |
| 2018-07-11 | Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelix | bors | -0/+24 |
| 2018-07-11 | add test for #52213 | Ariel Ben-Yehuda | -0/+24 |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -79/+79 |
| 2018-07-10 | Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton | bors | -0/+101 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -71/+28 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -0/+101 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -1/+0 |
| 2018-07-06 | Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko... | Mark Rousskov | -4/+4 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -7/+6 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+46 |
| 2018-07-06 | Rollup merge of #52016 - oli-obk:dedup_static_errors, r=estebank | kennytm | -4/+0 |
| 2018-07-04 | Remove rustc_mir_borrowck attribute and use rustc_mir instead | Santiago Pastorino | -4/+4 |
| 2018-07-04 | Improving span of unknown lint tool error message | flip1995 | -2/+2 |
| 2018-07-04 | Tests for tool_lints | flip1995 | -0/+46 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -7/+6 |
| 2018-07-03 | Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakis | bors | -2/+2 |
| 2018-07-03 | Deduplicate error reports for statics | Oliver Schneider | -4/+0 |
| 2018-07-03 | Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkov | Pietro Albini | -37/+0 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -109/+27 |
| 2018-07-01 | Auto merge of #51969 - pietroalbini:rollup, r=pietroalbini | bors | -1/+19 |
| 2018-07-01 | Rollup merge of #51921 - japaric:panic-impl-error, r=nagisa | Pietro Albini | -1/+19 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -0/+24 |
| 2018-07-01 | Add two regression tests for const eval | Wesley Wiser | -0/+24 |
| 2018-07-01 | Modified expected error messages in accordance with rebase. | Alexander Regueiro | -2/+7 |
| 2018-06-30 | move deprecation-sanity test to ui | Andy Russell | -37/+0 |
| 2018-06-30 | Minor refactoring. | Alexander Regueiro | -1/+1 |