| Age | Commit message (Expand) | Author | Lines |
| 2017-09-14 | stabilize mem::discriminant (closes #24263) | Alex Burka | -1/+0 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -2/+2 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-23 | Auto merge of #42565 - murarth:rc-from-slice, r=aturon | bors | -1/+1 |
| 2017-08-19 | Implement `From<&[T]>` and others for `Arc`/`Rc` | Murarth | -1/+1 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -41/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -72/+72 |
| 2017-08-11 | Rollup merge of #43739 - ibabushkin:master, r=eddyb | Guillaume Gomez | -1/+1 |
| 2017-08-08 | Encode proper spans in crate metadata. | Inokentiy Babushkin | -1/+1 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 |
| 2017-07-31 | async-llvm(18): Instantiate OngoingCrateTranslation before starting translation. | Michael Woerister | -7/+5 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -0/+1 |
| 2017-07-24 | Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-Simulacrum | Mark Simulacrum | -0/+14 |
| 2017-07-22 | rustc: Add some build scripts for librustc crates | Alex Crichton | -0/+14 |
| 2017-07-20 | Remove unused DefTable::retrace_path(). | Michael Woerister | -11/+1 |
| 2017-07-15 | Add support for dylibs with Address Sanitizer. This supports cdylibs and stat... | William Brown | -14/+43 |
| 2017-07-11 | Auto merge of #43147 - oyvindln:deflate_fix, r=alexcrichton | bors | -2/+2 |
| 2017-07-10 | Use similar compression settings as before updating to use flate2 | oyvindln | -2/+2 |
| 2017-07-10 | Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes. | Michael Woerister | -2/+2 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -60/+161 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -60/+161 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -33/+82 |
| 2017-07-02 | Remove the remaining feature gates | Stjepan Glavina | -1/+0 |
| 2017-06-27 | rustc_typeck: support functions in variance computation. | Eduard-Mihai Burtescu | -6/+25 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -19/+50 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-06-26 | Revert a few changes | Alex Crichton | -41/+7 |
| 2017-06-26 | Address review comments. | Jeffrey Seyfried | -3/+3 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -11/+51 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+1 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -4/+4 |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -5/+6 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -3/+0 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -1/+3 |
| 2017-06-16 | Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis | bors | -32/+31 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -95/+74 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -1/+2 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+28 |
| 2017-06-14 | On-demandify extern_crate | Taylor Cramer | -6/+2 |
| 2017-06-14 | On-demandify is_allocator and is_panic_runtime | Taylor Cramer | -10/+2 |
| 2017-06-14 | on-demand dylib dependency formats | Taylor Cramer | -6/+1 |
| 2017-06-14 | Add CrateNum-taking ability to the provide macro | Taylor Cramer | -68/+91 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -7/+21 |
| 2017-06-13 | External spans: Added a test for #38875. | Inokentiy Babushkin | -1/+1 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -17/+28 |
| 2017-06-10 | Added source hashes to FileMap | Inokentiy Babushkin | -0/+2 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -17/+28 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -13/+13 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -13/+13 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -46/+38 |