| Age | Commit message (Expand) | Author | Lines |
| 2018-04-17 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -3/+0 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+7 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -11/+26 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -2/+8 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -10/+19 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -0/+23 |
| 2018-03-25 | Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoerister | bors | -0/+2 |
| 2018-03-25 | librustc_trans: Gate the preinliner with another -Z flag. | Emilio Cobos Álvarez | -0/+3 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -20/+20 |
| 2018-03-25 | session: Add two tracked, exclusive codegen options for PGO profile usage and... | Emilio Cobos Álvarez | -0/+20 |
| 2018-03-24 | Add flag for telling the linker to strip debuginfo when building without it | Johannes Löthberg | -0/+2 |
| 2018-03-25 | Rollup merge of #49122 - scottmcm:z-align-attr, r=cramertj | kennytm | -0/+2 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+2 |
| 2018-03-22 | Added flag to disable user type assertion. | David Wood | -0/+2 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -17/+17 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+7 |
| 2018-03-17 | Add a -Z flag for LLVM align attributes on arguments | Scott McMurray | -0/+2 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -1/+1 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -0/+2 |
| 2018-03-15 | Rollup merge of #48991 - jsgf:remap-path-prefix, r=estebank | kennytm | -1/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -26/+32 |
| 2018-03-13 | Clarify usage message for --remap-path-prefix. | Jeremy Fitzhardinge | -1/+1 |
| 2018-03-13 | rustc: Embed LLVM bitcode by default on iOS | Alex Crichton | -0/+2 |
| 2018-03-13 | introduce `tcx.normalize_erasing_regions(..)` operaton [VIC] | Niko Matsakis | -0/+5 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+11 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+5 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -1/+7 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -55/+5 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -684/+1020 |
| 2018-03-08 | Const eval will oom together with rustc now | Oliver Schneider | -3/+0 |
| 2018-03-08 | Move the resource limits to the session in preparation for attributes configu... | Oliver Schneider | -0/+10 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+2 |
| 2018-03-06 | Run rustfmt over modified files | Santiago Pastorino | -675/+1020 |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -9/+0 |
| 2018-03-05 | Fix some merge fallout. | Michael Woerister | -1/+1 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -47/+19 |
| 2018-03-02 | Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoerister | Manish Goregaokar | -120/+3 |
| 2018-03-02 | Perform manual fixups | Manish Goregaokar | -1/+1 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -7/+7 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -4/+5 |
| 2018-03-01 | rustc: More stable hashes of command line arguments | Alex Crichton | -120/+3 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -7/+60 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -26/+21 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -5/+6 |
| 2018-02-26 | Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests | Vadim Petrochenkov | -2/+6 |
| 2018-02-23 | Add ability for hardwired lints to operate on the diagnostic builder | Manish Goregaokar | -1/+13 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -1/+14 |
| 2018-02-22 | Add ToString and FromStr impls for Epoch | Manish Goregaokar | -5/+33 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -26/+21 |
| 2018-02-14 | Rollup merge of #48162 - michaelwoerister:stabler-svh, r=nikomatsakis | kennytm | -3/+3 |