| Age | Commit message (Expand) | Author | Lines |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -0/+2 |
| 2018-05-05 | add `-Znll-facts` switch that dumps facts for new analysis | Niko Matsakis | -0/+2 |
| 2018-05-03 | Add -Z cross-lang-lto flag in order to support linker-based LTO. | Michael Woerister | -0/+2 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -3/+3 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -0/+6 |
| 2018-04-30 | Auto merge of #50204 - Manishearth:approx-enum, r=estebank | bors | -1/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -7/+6 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -5/+5 |
| 2018-04-25 | Approximate -> Applicability | Manish Goregaokar | -1/+1 |
| 2018-04-23 | add a `-Zchalk` command-line option | Niko Matsakis | -0/+2 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -1/+2 |
| 2018-04-19 | add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio... | Kurtis Nusbaum | -9/+18 |
| 2018-04-19 | add --edition option | Kurtis Nusbaum | -24/+47 |
| 2018-04-18 | Work around rust-lang/rust#49998 with experimental code that does less updati... | Felix S. Klock II | -0/+2 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -2/+0 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -0/+4 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -2/+0 |
| 2018-04-14 | Rollup merge of #49922 - f-bro:zmiri, r=oli-obk | kennytm | -2/+0 |
| 2018-04-13 | Remove -Z miri debugging option | Fabio B | -2/+0 |
| 2018-04-10 | Disable optimization fuel when using multiple threads | John Kåre Alsaker | -0/+7 |
| 2018-04-10 | Combine Session.entry_fn and Session.entry_type and make them thread-safe | John Kåre Alsaker | -3/+1 |
| 2018-04-06 | Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichton | bors | -0/+2 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -0/+2 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -2/+2 |
| 2018-04-04 | Add len() method to OutputTypes | varkor | -0/+4 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -8/+22 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -2/+8 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -7/+15 |
| 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 | -12/+12 |
| 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-08 | Move epochs to libsyntax | Manish Goregaokar | -54/+3 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -418/+642 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+2 |
| 2018-03-06 | Run rustfmt over modified files | Santiago Pastorino | -416/+642 |