| Age | Commit message (Expand) | Author | Lines |
| 2019-02-09 | miri: give non-generic functions a stable address | Ralf Jung | -8/+23 |
| 2019-02-09 | Auto merge of #57184 - varkor:deny-warnings-lib, r=Mark-Simulacrum | bors | -2/+1 |
| 2019-02-09 | Auto merge of #58316 - Centril:rollup, r=Centril | bors | -1328/+1381 |
| 2019-02-09 | Rollup merge of #58312 - taiki-e:librustc_data_structures-2018, r=Centril | Mazdak Farrokhzad | -107/+86 |
| 2019-02-09 | Rollup merge of #58285 - taiki-e:error_index_generator-2018, r=Centril | Mazdak Farrokhzad | -1/+3 |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+81 |
| 2019-02-09 | Rollup merge of #58265 - taiki-e:librustc_mir-2018, r=matthewjasper | Mazdak Farrokhzad | -519/+520 |
| 2019-02-09 | Rollup merge of #58261 - taiki-e:librustc_incremental-2018, r=Centril | Mazdak Farrokhzad | -32/+29 |
| 2019-02-09 | Rollup merge of #58260 - taiki-e:librustc_borrowck-2018, r=Centril | Mazdak Farrokhzad | -69/+71 |
| 2019-02-09 | Rollup merge of #58259 - taiki-e:librustc_codegen_utils-2018, r=Centril | Mazdak Farrokhzad | -23/+18 |
| 2019-02-09 | Rollup merge of #58257 - taiki-e:librustc_target-2018, r=Centril | Mazdak Farrokhzad | -220/+221 |
| 2019-02-09 | Rollup merge of #58256 - taiki-e:librustc_cratesio_shim-2018, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-02-09 | Rollup merge of #58255 - taiki-e:librustc_metadata-2018, r=Centril | Mazdak Farrokhzad | -66/+67 |
| 2019-02-09 | Rollup merge of #58251 - h-michael:librustc_traits-2018, r=Centril | Mazdak Farrokhzad | -23/+20 |
| 2019-02-09 | Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=Centril | Mazdak Farrokhzad | -22/+23 |
| 2019-02-09 | Rollup merge of #58245 - taiki-e:librustc_lint-2018, r=Centril | Mazdak Farrokhzad | -100/+108 |
| 2019-02-09 | Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril | Mazdak Farrokhzad | -82/+79 |
| 2019-02-09 | Rollup merge of #58222 - taiki-e:librustc_allocator-2018, r=Centril | Mazdak Farrokhzad | -15/+7 |
| 2019-02-09 | Rollup merge of #58120 - h-michael:build_helper-theme-2018, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-02-09 | Rollup merge of #58115 - h-michael:rustdoc-2018, r=Centril | Mazdak Farrokhzad | -2/+3 |
| 2019-02-09 | Rollup merge of #58091 - phansch:compiletest2018, r=Centril | Mazdak Farrokhzad | -47/+39 |
| 2019-02-08 | Auto merge of #58161 - davidtwco:issue-57960, r=arielb1 | bors | -4/+68 |
| 2019-02-09 | librustc_data_structures => 2018 | Taiki Endo | -107/+86 |
| 2019-02-08 | Deny warnings in std stage 0 | varkor | -2/+1 |
| 2019-02-08 | Auto merge of #58294 - hrls:master, r=GuillaumeGomez | bors | -1/+1 |
| 2019-02-08 | librustc_incremental => 2018 | Taiki Endo | -32/+29 |
| 2019-02-08 | librustc_borrowck => 2018 | Taiki Endo | -69/+71 |
| 2019-02-08 | librustc_codegen_utils => 2018 | Taiki Endo | -23/+18 |
| 2019-02-08 | librustc_target => 2018 | Taiki Endo | -220/+221 |
| 2019-02-08 | librustc_cratesio_shim => 2018 | Taiki Endo | -0/+3 |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -66/+67 |
| 2019-02-08 | librustc_passes => 2018 | Taiki Endo | -22/+23 |
| 2019-02-08 | librustc_lint => 2018 | Taiki Endo | -100/+108 |
| 2019-02-08 | Remove #[macro_use] extern crate bitflags | Taiki Endo | -3/+1 |
| 2019-02-08 | Use real try blocks | Taiki Endo | -12/+5 |
| 2019-02-08 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-08 | Auto merge of #58213 - Mark-Simulacrum:fix-checktools, r=alexcrichton | bors | -0/+1 |
| 2019-02-08 | fix rustdoc JS | hrls | -1/+1 |
| 2019-02-08 | error_index_generator => 2018 | Taiki Endo | -1/+3 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -709/+1085 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -505/+514 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+81 |
| 2019-02-07 | Resolve incorrect diagnostic for using a non-const value in a constant | varkor | -57/+47 |
| 2019-02-07 | Auto merge of #58266 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -244/+240 |
| 2019-02-07 | Add a test forbidding the use of const parameters in inner items | varkor | -0/+37 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -93/+120 |
| 2019-02-07 | Parse negative literals in const generic arguments | varkor | -2/+5 |
| 2019-02-07 | Add warning for a parameter list with an attribute but no parameters | varkor | -10/+28 |
| 2019-02-07 | Add test for generic parameter list solely containing an attribute | varkor | -0/+5 |
| 2019-02-07 | Fix update to 2018 edition | varkor | -1/+1 |