| Age | Commit message (Expand) | Author | Lines |
| 2017-08-06 | Improve union unused field detection | Guillaume Gomez | -29/+26 |
| 2017-08-06 | Auto merge of #43655 - bjorn3:more_doc_comments, r=arielb1 | bors | -9/+13 |
| 2017-08-05 | Improve dead code detection for unions | Guillaume Gomez | -15/+31 |
| 2017-08-05 | Don't warn on unused field on union | Guillaume Gomez | -3/+15 |
| 2017-08-05 | Use usual lifetime elision rules for foreign functions | Vadim Petrochenkov | -14/+2 |
| 2017-08-05 | Make some comments doc comments in librustc/middle/cstore.rs | bjorn3 | -9/+13 |
| 2017-08-01 | Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichton | bors | -6/+4 |
| 2017-07-31 | Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis | bors | -27/+61 |
| 2017-07-31 | async-llvm(18): Instantiate OngoingCrateTranslation before starting translation. | Michael Woerister | -6/+4 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -27/+61 |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -32/+6 |
| 2017-07-29 | Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc | bors | -4/+4 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -32/+6 |
| 2017-07-28 | Remove visit_body from YieldFinder | John Kåre Alsaker | -4/+0 |
| 2017-07-28 | change how we report `err_out_of_scope` borrowck errors | Niko Matsakis | -33/+38 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -36/+2 |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -6/+6 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -4/+5 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -17/+130 |
| 2017-07-27 | Change doc comment to code comment | Guillaume Gomez | -4/+4 |
| 2017-07-27 | rustc_const_eval: keep track of the appropriate ParamEnv. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-07-27 | rustc_const_eval: always require correct Substs. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-07-20 | Remove unused DefTable::retrace_path(). | Michael Woerister | -13/+1 |
| 2017-07-20 | Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton | bors | -2/+2 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -1/+3 |
| 2017-07-16 | Fix checking for missing stability annotations | Vadim Petrochenkov | -2/+2 |
| 2017-07-16 | Compile `compiler_builtins` with `abort` panic strategy | Vadim Petrochenkov | -1/+2 |
| 2017-07-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -2/+1 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -53/+53 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -15/+45 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -15/+45 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -90/+69 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -1/+2 |
| 2017-06-29 | mem_categorization: handle type-based paths in variant patterns | Ariel Ben-Yehuda | -55/+46 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -34/+21 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -0/+1 |
| 2017-06-18 | Update UI tests to be platform independent | Mark Simulacrum | -1/+1 |
| 2017-06-18 | Update transmute size lints. | Mark Simulacrum | -16/+10 |
| 2017-06-17 | move `implied_bounds` into regionck | Niko Matsakis | -19/+1 |
| 2017-06-16 | Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis | bors | -31/+25 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -7/+7 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+2 |
| 2017-06-14 | On-demandify extern_crate | Taylor Cramer | -2/+0 |
| 2017-06-14 | On-demandify is_allocator and is_panic_runtime | Taylor Cramer | -16/+14 |
| 2017-06-14 | on-demand dylib dependency formats | Taylor Cramer | -11/+11 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -2/+0 |
| 2017-06-10 | Auto merge of #42563 - eddyb:infer, r=nikomatsakis | bors | -145/+145 |
| 2017-06-10 | rustc: make InferCtxt optional in MemCategorizationContext. | Eduard-Mihai Burtescu | -39/+79 |
| 2017-06-10 | rustc: do not depend on infcx.tables in MemCategorizationContext. | Eduard-Mihai Burtescu | -56/+79 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -4/+8 |