| Age | Commit message (Expand) | Author | Lines |
| 2017-10-28 | Auto merge of #45540 - virgil-palanciuc:master, r=estebank | bors | -4/+11 |
| 2017-10-28 | fixed tidy error | Virgil Palanciuc | -2/+2 |
| 2017-10-28 | implemented code review | Virgil Palanciuc | -4/+11 |
| 2017-10-27 | Fix tidy error line longer than 100 chars | Laurent Arnoud | -1/+3 |
| 2017-10-27 | Quit immediately when current directory is invalid | Laurent Arnoud | -3/+4 |
| 2017-10-26 | Use expect for current_dir on librustc/session mod | Laurent Arnoud | -1/+3 |
| 2017-10-26 | add graphvis DOT files to dump mir directory | Mikhail Modin | -0/+4 |
| 2017-10-25 | fix #44953 - The “use of unstable library feature 'rustc_private'” error ... | Virgil Palanciuc | -2/+2 |
| 2017-10-25 | Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoerister | bors | -13/+23 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -8/+29 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -7/+10 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -13/+23 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -2/+0 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -2/+1 |
| 2017-10-13 | Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoerister | bors | -45/+40 |
| 2017-10-10 | Upgrade some comments to doc comments | Oliver Schneider | -27/+27 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -45/+40 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -2/+1 |
| 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-08 | address more FIXME whose associated issues were marked as closed | Niv Kaminer | -2/+0 |
| 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 |