| Age | Commit message (Expand) | Author | Lines |
| 2019-11-09 | Inline reserve_node_ids | Mark Rousskov | -13/+5 |
| 2019-11-09 | Move pretty parsing into Session options | Mark Rousskov | -280/+299 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -64/+64 |
| 2019-11-09 | Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril | bors | -323/+453 |
| 2019-11-09 | Rollup merge of #66226 - lzutao:asm-usage-link, r=Centril | Mazdak Farrokhzad | -0/+4 |
| 2019-11-09 | Rollup merge of #66172 - jsgf:stabilize-atfile, r=nikomatsakis | Mazdak Farrokhzad | -17/+1 |
| 2019-11-09 | Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis | Mazdak Farrokhzad | -59/+104 |
| 2019-11-09 | Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddyb | Mazdak Farrokhzad | -32/+11 |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -18/+147 |
| 2019-11-09 | Rollup merge of #65949 - ecstatic-morse:promote-only-pass, r=eddyb | Mazdak Farrokhzad | -197/+186 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -1640/+269 |
| 2019-11-08 | Auto merge of #66194 - alexcrichton:update-clang, r=Mark-Simulacrum | bors | -16/+38 |
| 2019-11-08 | Clean up dead code in `qualify_consts` | Dylan MacKenzie | -21/+0 |
| 2019-11-08 | Bless tests now that we do promotion if `min_const_fn` fails | Dylan MacKenzie | -28/+7 |
| 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 | add link to unstable book for asm! macro | Lzu Tao | -0/+4 |
| 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 | Attempt to fix *.yml confguration on Azure | Alex Crichton | -2/+2 |
| 2019-11-07 | Update clang to build LLVM to 9.0.0 | Alex Crichton | -14/+36 |
| 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 |