| Age | Commit message (Expand) | Author | Lines |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -0/+2 |
| 2017-10-09 | Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoerister | bors | -2/+16 |
| 2017-10-08 | Auto merge of #45012 - Gankro:noalias, r=arielb1 | bors | -0/+2 |
| 2017-10-08 | Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichton | kennytm | -1/+2 |
| 2017-10-07 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -0/+2 |
| 2017-10-07 | Document that `-C ar=PATH` doesn't do anything | Vadim Petrochenkov | -1/+2 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -14/+6 |
| 2017-10-06 | rustc: Reduce default CGUs to 16 | Alex Crichton | -2/+16 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -3/+1 |
| 2017-10-03 | Add -Zmutable-noalias flag | Alexis Beingessner | -0/+2 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -18/+0 |
| 2017-09-30 | Don't use remapped path when loading modules and include files | Philip Craig | -3/+1 |
| 2017-09-29 | Auto merge of #44853 - alexcrichton:debug-codegen-units, r=michaelwoerister | bors | -28/+69 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -14/+14 |
| 2017-09-26 | rustc: Default 32 codegen units at O0 | Alex Crichton | -28/+69 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -1/+1 |
| 2017-09-23 | Rollup merge of #44717 - pnkfelix:debugflags-borrowckmir-implies-emitendregio... | Corey Farwell | -1/+2 |
| 2017-09-21 | Auto merge of #44627 - zackmdavis:the_capgate_perogative, r=nrc | bors | -3/+7 |
| 2017-09-20 | Make `-Z borrowck-mir` imply that `EndRegion`'s should be emitted. | Felix S. Klock II | -1/+2 |
| 2017-09-19 | Fix a typo in rustc help menu | Bob Sun | -1/+1 |
| 2017-09-18 | Rollup merge of #44548 - oyvindln:rustc_help_fix, r=arielb1 | Alex Crichton | -3/+3 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -0/+33 |
| 2017-09-16 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -3/+7 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -21/+34 |
| 2017-09-13 | Remove the other period and start with lowercase for more consistency | oyvindln | -2/+2 |
| 2017-09-13 | Add proper help line for inline threshold | oyvindln | -2/+2 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -22/+9 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-09-05 | Emit `EndRegion` statements when given `-Z mir-emit-validate=N` (for N > 0). | Felix S. Klock II | -0/+4 |
| 2017-09-05 | Skip EndRegion emission by default. Use `-Z emit-end-regions` to reenable it. | Felix S. Klock II | -0/+2 |
| 2017-09-04 | Auto merge of #43067 - pornel:libdeps, r=nrc | bors | -1/+3 |
| 2017-08-23 | -Z profile-query-and-key, separate from -Z profile-query; query key is string... | Matthew Hammer | -1/+9 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+3 |
| 2017-08-22 | Introduce temporary target feature crt_static_respected | Samuel Holland | -0/+9 |
| 2017-08-22 | Factor out a helper for the getting C runtime linkage | Samuel Holland | -0/+16 |
| 2017-08-22 | --print=native-static-libs | Kornel | -1/+3 |
| 2017-08-16 | MIR based borrow check (opt-in). | Felix S. Klock II | -0/+2 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -18/+11 |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -0/+3 |
| 2017-07-31 | optionally only emit basic validation for functions containing unsafe block /... | Ralf Jung | -2/+3 |
| 2017-07-31 | async-llvm(22): mw invokes mad html skillz to produce graphical LLVM timing r... | Michael Woerister | -0/+2 |
| 2017-07-31 | async-llvm(14): Move LTO/codegen-unit conflict check to beginning of compilat... | Michael Woerister | -0/+17 |
| 2017-07-30 | add -Z flag for AddValidation pass | Ralf Jung | -0/+2 |
| 2017-07-22 | Use config::pub_only rather than a spearate api mode | Nick Cameron | -5/+0 |
| 2017-07-20 | Auto merge of #43271 - Nashenas88:nll, r=nikomatsakis | bors | -0/+2 |
| 2017-07-19 | explanatory error on `--print target-spec-json` without unstable options | Zack M. Davis | -2/+9 |
| 2017-07-19 | Add empty MIR pass for non-lexical lifetimes | Paul Faria | -0/+2 |
| 2017-07-18 | Implement FromStr for RelroLevel rather than duplicating the match | Johannes Löthberg | -3/+6 |
| 2017-07-18 | Move relro_level from CodegenOptions to DebuggingOptions | Johannes Löthberg | -6/+6 |