| Age | Commit message (Expand) | Author | Lines |
| 2019-11-08 | Use new `PromoteTemps` for promotion | Dylan MacKenzie | -48/+27 |
| 2019-11-08 | Add a `PromoteTemps` pass | Dylan MacKenzie | -35/+137 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -66/+16 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -182/+167 |
| 2019-11-08 | Rollup merge of #66154 - RalfJung:to_usize, r=oli-obk | Mazdak Farrokhzad | -14/+14 |
| 2019-11-08 | Rollup merge of #66043 - RalfJung:memory-get-raw, r=cramertj | Mazdak Farrokhzad | -43/+46 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -156/+156 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -804/+260 |
| 2019-11-08 | ast::ItemKind::Fn: use ast::FnSig | Mazdak Farrokhzad | -63/+51 |
| 2019-11-08 | ast::MethodSig -> ast::FnSig | Mazdak Farrokhzad | -19/+19 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -25/+26 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -81/+77 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -14/+14 |
| 2019-11-08 | rename Memory::get methods to get_raw to indicate their unchecked nature | Ralf Jung | -43/+46 |
| 2019-11-08 | Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r... | bors | -439/+79 |
| 2019-11-08 | Rollup merge of #66190 - eddyb:primflt, r=Centril | Yuki Okushi | -35/+29 |
| 2019-11-08 | Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichton | Yuki Okushi | -12/+17 |
| 2019-11-08 | Rollup merge of #66157 - srinivasreddy:improv, r=alexcrichton | Yuki Okushi | -9/+9 |
| 2019-11-08 | Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPC | Yuki Okushi | -15/+51 |
| 2019-11-08 | Rollup merge of #66056 - petrochenkov:metapriv, r=eddyb | Yuki Okushi | -169/+171 |
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -106/+114 |
| 2019-11-08 | Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=Amanieu | Yuki Okushi | -0/+63 |
| 2019-11-08 | Rollup merge of #65554 - gliderkite:bufreader-doc-enhance, r=KodrAus | Yuki Okushi | -2/+5 |
| 2019-11-08 | Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddyb | bors | -29/+101 |
| 2019-11-07 | rustc_metadata: Rename `schema` to `rmeta` | Vadim Petrochenkov | -14/+14 |
| 2019-11-07 | rustc_metadata: Privatize more entities | Vadim Petrochenkov | -15/+14 |
| 2019-11-07 | rustc_metadata: Privatize everything in decoder | Vadim Petrochenkov | -54/+54 |
| 2019-11-07 | rustc_metadata: Move cstore_impl into mod decoder | Vadim Petrochenkov | -2/+6 |
| 2019-11-07 | rustc_metadata: Privatize everything in schema and schema/table | Vadim Petrochenkov | -82/+80 |
| 2019-11-07 | rustc_metadata: Move decoder/encoder/table into mod schema | Vadim Petrochenkov | -11/+12 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -35/+29 |
| 2019-11-07 | Update for unstable option refactoring. | Eric Huss | -6/+2 |
| 2019-11-07 | Remove docs on --extern metadata precedence. | Eric Huss | -3/+2 |
| 2019-11-07 | Add test for --extern alloc=librustc.rlib | Eric Huss | -0/+7 |
| 2019-11-07 | Update src/test/ui-fulldeps/pathless-extern-unstable.rs
| Eric Huss | -1/+1 |
| 2019-11-07 | Update extern linking documentation. | Eric Huss | -7/+27 |
| 2019-11-07 | Update built-in help for --extern. | Eric Huss | -2/+2 |
| 2019-11-07 | Add more --extern tests. | Eric Huss | -1/+59 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -15/+7 |
| 2019-11-07 | Rollup merge of #66182 - RalfJung:invalid-value, r=Centril | Mazdak Farrokhzad | -36/+37 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -328/+324 |
| 2019-11-07 | Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwco | Mazdak Farrokhzad | -150/+169 |
| 2019-11-07 | Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnison | Mazdak Farrokhzad | -24/+127 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -42/+180 |
| 2019-11-07 | move syntax::{parse::literal -> util::literal} | Mazdak Farrokhzad | -4/+2 |
| 2019-11-07 | move syntax::parse::lexer::comments -> syntax::util::comments | Mazdak Farrokhzad | -29/+31 |
| 2019-11-07 | syntax::attr: remove usage of lexer | Mazdak Farrokhzad | -5/+11 |
| 2019-11-07 | move parse::classify -> util::classify | Mazdak Farrokhzad | -5/+6 |
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -44/+52 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -61/+64 |