| Age | Commit message (Expand) | Author | Lines |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -1/+0 |
| 2018-10-03 | Move platform dependent output ui tests to compile-fail | Oliver Schneider | -0/+48 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -2/+0 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -6/+6 |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -0/+72 |
| 2018-08-14 | Moved problematic tests on x86_64-gnu-nopt back to compile-fail. | David Wood | -0/+30 |
| 2018-08-14 | Moved problematic tests on x86_64-pc-windows-gnu back to compile-fail. | David Wood | -0/+122 |
| 2018-08-14 | Moved problematic tests on armhf-gnu back to compile-fail. | David Wood | -0/+41 |
| 2018-08-14 | Moved problematic tests on wasm32-unknown back to compile-fail. | David Wood | -0/+48 |
| 2018-08-14 | Moved problematic tests on dist-x86_64-musl back to compile-fail. | David Wood | -0/+105 |
| 2018-08-14 | Moved problematic tests on i586-unknown-linux-gnu back to compile-fail. | David Wood | -0/+14 |
| 2018-08-14 | Normalize tests for i686 Windows. | David Wood | -0/+65 |
| 2018-08-14 | Moved problematic tests on Windows back to compile-fail. | David Wood | -0/+117 |
| 2018-08-14 | Moved tests back to compile-test if they don't work on ui. | David Wood | -0/+91 |
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -61897/+0 |
| 2018-08-14 | rustc_resolve: fix special-case for one-segment import paths. | Eduard-Mihai Burtescu | -12/+12 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -19/+15 |
| 2018-08-10 | Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakis | bors | -1/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -9/+5 |
| 2018-08-07 | Add feature gate checks | Oliver Schneider | -0/+2 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -2/+2 |
| 2018-08-07 | Special case error message for thread-local statics. | David Wood | -1/+1 |
| 2018-08-06 | Address review comments | Vadim Petrochenkov | -3/+3 |
| 2018-08-06 | Enable macro modularization implicitly if one of "advanced" macro features is... | Vadim Petrochenkov | -5/+1 |
| 2018-08-06 | Support custom attributes when macro modularization is enabled | Vadim Petrochenkov | -1/+1 |
| 2018-08-06 | Auto merge of #53115 - davidtwco:issue-52739, r=nikomatsakis | bors | -2/+2 |
| 2018-08-06 | Disable some nice region errors in NLL mode. | David Wood | -2/+2 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -226/+227 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -3/+3 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -9/+0 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -1/+1 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -3/+5 |
| 2018-08-05 | Fix test/compile-fail | varkor | -213/+221 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -1/+1 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -37/+2 |
| 2018-08-02 | Second field of ScalarPair can be undef in some cases | Oliver Schneider | -1/+1 |
| 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 | dead-code lint: say "constructed" for structs | Zack M. Davis | -3/+3 |
| 2018-07-21 | do not overwrite child def-id in place but rather remove/insert | Niko Matsakis | -0/+42 |