| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Update trait queries | John Kåre Alsaker | -36/+69 |
| 2019-04-25 | Update trait_impls_of | John Kåre Alsaker | -4/+4 |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -9/+7 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -9/+7 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -14/+10 |
| 2019-04-25 | rustc: Flag metadata compatible with multiple CGUs | Alex Crichton | -3/+2 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -35/+135 |
| 2019-04-25 | Add tests for saturating_abs() and saturating_neg functions | Tobias Rapp | -0/+27 |
| 2019-04-25 | Add saturating_abs() and saturating_neg() functions to signed integer types | Tobias Rapp | -0/+56 |
| 2019-04-25 | Auto merge of #60257 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -15/+10 |
| 2019-04-25 | Add feature-gate for f16c target feature | gnzlbg | -1/+3 |
| 2019-04-25 | Implement Debug for Place using Place::iterate | Santiago Pastorino | -52/+86 |
| 2019-04-25 | Improvement comment explanations | Guillaume Gomez | -2/+5 |
| 2019-04-25 | submodules: update clippy from 9897442f to 8c0e038f | Matthias Krüger | -15/+10 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -52/+92 |
| 2019-04-25 | Auto merge of #60248 - estebank:macro-comma, r=oli-obk | bors | -9/+27 |
| 2019-04-25 | Do not suggest use over extern crate w/ alias. | David Wood | -66/+41 |
| 2019-04-25 | Add test for current behaviour. | David Wood | -0/+28 |
| 2019-04-25 | Auto merge of #60162 - gnzlbg:uss, r=alexcrichton | bors | -0/+0 |
| 2019-04-25 | Auto merge of #60250 - Centril:rollup-d9tehhr, r=Centril | bors | -101/+245 |
| 2019-04-25 | Rollup merge of #60243 - davidtwco:issue-53249, r=cramertj | Mazdak Farrokhzad | -0/+47 |
| 2019-04-25 | Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppe | Mazdak Farrokhzad | -0/+7 |
| 2019-04-25 | Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est... | Mazdak Farrokhzad | -18/+19 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -43/+71 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -9/+32 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -205/+184 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -9/+27 |
| 2019-04-25 | Update inferred_outlives_of | John Kåre Alsaker | -17/+10 |
| 2019-04-25 | Handle common assert! misuses | Alexey Shmalko | -15/+109 |
| 2019-04-24 | Add builtin impls for int and float inference vars in chalk | Tyler Mandry | -14/+19 |
| 2019-04-24 | chalkify: Add Copy/Clone builtins | Tyler Mandry | -21/+192 |
| 2019-04-25 | const-stabilize NonNull::dangling and NonNull::cast | Simon Sapin | -4/+0 |
| 2019-04-24 | Remove useless code and update index page test | Guillaume Gomez | -25/+5 |
| 2019-04-24 | Prevent failure in case no space left on device in rustdoc | Guillaume Gomez | -3/+4 |
| 2019-04-24 | Add test for rustdoc cfg(test) feature | Guillaume Gomez | -0/+25 |
| 2019-04-24 | Add regression test for #53249. | David Wood | -0/+47 |
| 2019-04-24 | Set test flag when rustdoc is running with --test option | Guillaume Gomez | -0/+3 |
| 2019-04-24 | Add Pin::{into_inner,into_inner_unchecked} | Wim Looman | -0/+34 |
| 2019-04-24 | Derive Default for EllipsisInclusiveRangePatterns | sd234678 | -9/+2 |
| 2019-04-24 | Evaluate hair::ExprKind::Use in into | Matthew Jasper | -24/+22 |
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -5/+46 |
| 2019-04-24 | Remove incorrect debug assertion in interpret | Matthew Jasper | -2/+1 |
| 2019-04-24 | Derive Default instead of new in applicable lint | sd234678 | -7/+2 |
| 2019-04-24 | doc: some HirIdification | ljedrz | -30/+23 |
| 2019-04-24 | hir: make NodeId methods depend on HirId ones | ljedrz | -118/+102 |
| 2019-04-24 | hir: remove NodeId from Entry & simplify Map | ljedrz | -78/+80 |
| 2019-04-24 | Bootstrap x86_64 musl by itself | Mateusz Mikuła | -10/+9 |
| 2019-04-24 | Auto merge of #60180 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-04-24 | std: Derive `Default` for `io::Cursor` | Daiki Mizukami | -1/+1 |
| 2019-04-24 | Fix ignore-logic for sanitizer run-make tests. | Michael Woerister | -9/+6 |