| Age | Commit message (Expand) | Author | Lines |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -404/+298 |
| 2019-11-11 | Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkov | bors | -416/+464 |
| 2019-11-11 | Auto merge of #66207 - Manishearth:clippyup, r=Centril | bors | -11/+12 |
| 2019-11-11 | Update clippy | Manish Goregaokar | -11/+12 |
| 2019-11-11 | Auto merge of #66250 - oli-obk:no_fields_in_empty_unions, r=eddyb | bors | -5/+16 |
| 2019-11-10 | Auto merge of #66161 - mark-i-m:fix-rustc-guide, r=ehuss | bors | -0/+0 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -326/+380 |
| 2019-11-10 | Add warning annotations to rustdoc-ui tests | Tomasz Miąsko | -46/+67 |
| 2019-11-10 | Add warning annotations to ignore-stage1 ui-fulldeps tests | Tomasz Miąsko | -44/+17 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -118/+411 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -697/+837 |
| 2019-11-10 | Fix tidy. | Camille GILLOT | -5/+11 |
| 2019-11-10 | Merge hir::ImplPolarity into ast::ImplPolarity. | Camille GILLOT | -27/+3 |
| 2019-11-10 | Merge hir::IsAuto into ast::IsAuto. | Camille GILLOT | -16/+3 |
| 2019-11-10 | Merge hir::CaptureClause into ast::CaptureBy. | Camille GILLOT | -27/+12 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -42/+32 |
| 2019-11-10 | Merge hir::Unsafety into ast::Unsafety. | Camille GILLOT | -50/+28 |
| 2019-11-10 | Merge hir::Constness into ast::Constness. | Camille GILLOT | -16/+3 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -233/+218 |
| 2019-11-10 | Undo an assert causing an ICE until we fix the problem properly | Oliver Scherer | -5/+16 |
| 2019-11-10 | Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakis | bors | -344/+355 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -420/+458 |
| 2019-11-10 | Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitor | bors | -226/+423 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -175/+259 |
| 2019-11-10 | Rollup merge of #66235 - eddyb:coff-syrup, r=nagisa | Yuki Okushi | -9/+7 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -19/+16 |
| 2019-11-10 | Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obk | Yuki Okushi | -15/+101 |
| 2019-11-10 | Rollup merge of #66058 - mjptree:patch-2, r=kennytm | Yuki Okushi | -1/+1 |
| 2019-11-10 | Rollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -56/+131 |
| 2019-11-10 | Rollup merge of #65719 - pitdicker:refactor_sync_once, r=Amanieu | Yuki Okushi | -125/+166 |
| 2019-11-09 | Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obk | bors | -0/+354 |
| 2019-11-09 | Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats | bors | -9/+85 |
| 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 | Address review comments | Vadim Petrochenkov | -10/+140 |
| 2019-11-09 | resolve: Factor out some common binding creation functionality | Vadim Petrochenkov | -29/+14 |
| 2019-11-09 | resolve: Remove some bits relevant only to legacy plugins | Vadim Petrochenkov | -22/+11 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -61/+60 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -20/+210 |
| 2019-11-09 | Auto merge of #66243 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2019-11-09 | Update src/libstd/net/ip.rs
| mjptree | -1/+1 |
| 2019-11-09 | Run rustfmt on libstd/sync/once.rs | Paul Dicker | -32/+29 |
| 2019-11-09 | partially port invalid_value lint to diagnostic items | Ralf Jung | -19/+16 |
| 2019-11-09 | Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril | bors | -323/+453 |
| 2019-11-09 | update miri | Ralf Jung | -7/+7 |
| 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 |