| Age | Commit message (Expand) | Author | Lines |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -81/+77 |
| 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 |
| 2019-11-07 | move unescape_error_reporting to lexer/ | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | syntax: simplify imports | Mazdak Farrokhzad | -5/+6 |
| 2019-11-07 | move parse/parser.rs -> parse/parser/mod.rs | Mazdak Farrokhzad | -0/+0 |
| 2019-11-07 | MaybeUninit::uninit_array docs: better example | Simon Sapin | -14/+20 |
| 2019-11-07 | Apply docs suggestions from review | Simon Sapin | -4/+4 |
| 2019-11-07 | Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut` | Simon Sapin | -0/+57 |
| 2019-11-07 | Only call onHashChange instead of both functions | Guillaume Gomez | -3/+2 |
| 2019-11-07 | invalid_value lint: fix help text | Ralf Jung | -36/+37 |
| 2019-11-07 | Remove old isHidden function | Guillaume Gomez | -5/+1 |
| 2019-11-07 | Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper | Mazdak Farrokhzad | -2/+201 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -73/+106 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -463/+520 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -84/+243 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -109/+71 |