| Age | Commit message (Expand) | Author | Lines |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -2/+3 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -1/+1 |
| 2018-11-30 | Statically link proc_macro into proc macros. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-11-30 | Use opt_def_id instead of having special branch | Esteban Küber | -3/+3 |
| 2018-11-30 | Fix ICE with feature self_struct_ctor | Esteban Küber | -0/+1 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+1 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -1/+1 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+1 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -7/+10 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -13/+13 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -2/+2 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -5/+3 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -2/+2 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -6/+12 |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -15/+0 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-06 | Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix | kennytm | -7/+3 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-04 | Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakis | bors | -17/+107 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -4/+15 |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -4/+15 |
| 2018-11-02 | Remove deprecated unstable `#[panic_implementation]` | Vadim Petrochenkov | -7/+3 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -1/+1 |
| 2018-11-01 | Add CoerceSized trait and lang item | Michael Hewson | -0/+1 |
| 2018-10-29 | Improve a few cases of collecting to an FxHash(Map/Set) | ljedrz | -4/+3 |
| 2018-10-28 | single-use-lifetime lint: don't false-positive on the anonymous lifetime | Zack M. Davis | -0/+5 |
| 2018-10-28 | structured suggestions for single-use lifetime lint on fns and methods | Zack M. Davis | -17/+102 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -8/+21 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -3/+3 |
| 2018-10-22 | [review comments] modify test and clean up code | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-10-22 | review comments | Esteban Küber | -57/+42 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -7/+48 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -31/+27 |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -3/+3 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -312/+395 |
| 2018-10-19 | Remove unused box | Oliver Scherer | -5/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -18/+15 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -24/+24 |
| 2018-10-18 | resolve_lifetime.rs: rustfmt | Niko Matsakis | -295/+369 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -24/+33 |
| 2018-10-17 | AST-borrowck: add separate mem category for thread-locals, as they are not qu... | Felix S. Klock II | -8/+21 |
| 2018-10-13 | Auto merge of #54997 - davidtwco:issue-54896, r=nagisa | bors | -140/+164 |
| 2018-10-13 | Auto merge of #54945 - estebank:asm-span, r=petrochenkov | bors | -9/+14 |
| 2018-10-11 | Extend lang items to assert correct target. | David Wood | -140/+164 |
| 2018-10-10 | add a macro for static assertions | Ralf Jung | -2/+1 |
| 2018-10-09 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -9/+14 |
| 2018-10-07 | in which rightward drift is opposed | Zack M. Davis | -44/+33 |
| 2018-10-07 | structured suggestions for unused-lifetimes lint | Zack M. Davis | -4/+53 |