| Age | Commit message (Expand) | Author | Lines |
| 2019-11-11 | Remove old intrinsic check | Aaron Hill | -5/+0 |
| 2019-11-11 | Fix incorrect unwrap of dest | Aaron Hill | -6/+0 |
| 2019-11-11 | Formatting improvements | Aaron Hill | -3/+4 |
| 2019-11-11 | Add hooks for Miri panic unwinding | Aaron Hill | -59/+211 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -14/+22 |
| 2019-11-11 | Move injected_panic_runtime to CrateStore | Mark Rousskov | -9/+16 |
| 2019-11-11 | Update clippy | Manish Goregaokar | -7/+7 |
| 2019-11-11 | Tiny cleanup to size assertions | Vadim Petrochenkov | -13/+4 |
| 2019-11-11 | Auto merge of #65933 - crgl:vec-deque-truncate, r=alexcrichton | bors | -4/+63 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+21 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -39/+82 |
| 2019-11-12 | bootstrap: don't call support_xz in hot-path | Guanqun Lu | -21/+22 |
| 2019-11-11 | fix an ICE in macro's diagnostic message | Guanqun Lu | -5/+50 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -404/+298 |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -18/+24 |
| 2019-11-11 | add ui test for issue-62097 | csmoe | -0/+19 |
| 2019-11-11 | Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkov | bors | -416/+464 |
| 2019-11-11 | Fix error message about exported symbols from proc-macro crates | Lukas Kalbertodt | -10/+12 |
| 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 | Fix HashSet::union performance | Stepan Koltsov | -1/+1 |
| 2019-11-10 | Add rustdoc doc page for lints | Guillaume Gomez | -0/+126 |
| 2019-11-10 | Add rustdoc doc page on how to write documentation | Guillaume Gomez | -0/+77 |
| 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 | Move lock into CodeStats | Mark Rousskov | -14/+16 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -118/+411 |
| 2019-11-10 | Improve coherence errors for wrong type order | Ohad Ravid | -47/+110 |
| 2019-11-10 | Clean up librustc_typeck error_codes file | Guillaume Gomez | -76/+132 |
| 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 | tidy | Nadrieril | -6/+7 |
| 2019-11-10 | Undo an assert causing an ICE until we fix the problem properly | Oliver Scherer | -5/+16 |
| 2019-11-10 | Inline constructor_sub_pattern_tys | Nadrieril | -67/+63 |
| 2019-11-10 | download .tar.xz if python3 is used | Guanqun Lu | -9/+23 |
| 2019-11-10 | Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakis | bors | -344/+355 |
| 2019-11-10 | make the error message more readable | Guanqun Lu | -3/+3 |
| 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 |