| Age | Commit message (Expand) | Author | Lines |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | Less cfg's | bjorn3 | -16/+21 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -1/+1 |
| 2017-08-12 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -34/+165 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -7/+6 |
| 2017-08-11 | Auto merge of #42932 - bjorn3:no_llvm_try2, r=eddyb | bors | -34/+165 |
| 2017-08-11 | Auto merge of #43748 - RalfJung:mir-validate2, r=arielb1 | bors | -5/+6 |
| 2017-08-11 | It now completely compiles without LLVM!!! | bjorn3 | -18/+53 |
| 2017-08-11 | Actually make rustc_driver compile without llvm | bjorn3 | -28/+74 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -2/+1 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -1/+2 |
| 2017-08-11 | Make librustc_driver work without librustc_trans | bjorn3 | -4/+54 |
| 2017-08-11 | Fix some more typos, this time words that are duplicated. | Bastien Orivel | -1/+1 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -36/+51 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -11/+11 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -1/+1 |
| 2017-08-10 | Strip out function implementation when documenting. | kennytm | -30/+32 |
| 2017-08-10 | driver: factor out `continue_parse_after_error` so it can be controlled via d... | Nick Cameron | -9/+19 |
| 2017-08-09 | run AddCallGuards for *all* call edges before running AddValidation | Ralf Jung | -5/+6 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -63/+38 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -11/+11 |
| 2017-08-08 | driver: factor out a helper and make another helper public | Nick Cameron | -15/+20 |
| 2017-08-06 | de-orphan extended information | Zack M. Davis | -0/+4 |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -6/+13 |
| 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 | -3/+3 |
| 2017-07-31 | async-llvm(13): Submit LLVM work packages from base::trans_crate(). | Michael Woerister | -4/+3 |
| 2017-07-31 | async-llvm(9): Move OngoingCrateTranslation into back::write. | Michael Woerister | -2/+2 |
| 2017-07-31 | async-llvm(8): Clean up resource management and drop LLVM modules ASAP. | Michael Woerister | -2/+0 |
| 2017-07-31 | async-llvm(1): Run LLVM already in trans_crate(). | Michael Woerister | -47/+10 |
| 2017-07-30 | librustc_driver: Remove -Z option from usage on stable compiler | Daiki Mizukami | -5/+9 |
| 2017-07-30 | Reorder passes so that AddValidation can run after ElaborateDrops | Ralf Jung | -10/+13 |
| 2017-07-30 | add a pass for validation commands; for now just emit the initial AcquireValid | Ralf Jung | -0/+4 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+4 |
| 2017-07-24 | Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-Simulacrum | Mark Simulacrum | -0/+17 |
| 2017-07-24 | Make keep_ast configurable by driver clients | Nick Cameron | -4/+6 |
| 2017-07-22 | rustc: Add some build scripts for librustc crates | Alex Crichton | -0/+17 |
| 2017-07-22 | Use config::pub_only rather than a spearate api mode | Nick Cameron | -14/+2 |
| 2017-07-22 | Use a config file with save-analysis | Nick Cameron | -0/+1 |
| 2017-07-19 | Add empty MIR pass for non-lexical lifetimes | Paul Faria | -0/+1 |
| 2017-07-11 | Refactor call_with_pp functions to not take a payload. | Mark Simulacrum | -21/+17 |
| 2017-07-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -20/+20 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -0/+10 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+10 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -49/+110 |
| 2017-07-03 | remove isatty dependency | Cengiz Can | -1/+0 |
| 2017-07-03 | use single line comments | Cengiz Can | -7/+3 |
| 2017-07-03 | use embedded implementation instead of istty crate | Cengiz Can | -3/+29 |
| 2017-07-03 | do not spawn pager if not tty | Cengiz Can | -1/+9 |
| 2017-07-03 | use unwrap_or_else to prevent unnecessary alloc | Cengiz Can | -3/+2 |