| Age | Commit message (Expand) | Author | Lines |
| 2016-03-14 | Auto merge of #30652 - aturon:specialization, r=nikomatsakis | bors | -1/+5 |
| 2016-03-14 | Fixes after rebase | Aaron Turon | -1/+5 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -11/+14 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -11/+14 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -39/+43 |
| 2016-03-12 | Implement --unpretty mir-cfg for graphviz output | Simonas Kazlauskas | -29/+28 |
| 2016-03-09 | Auto merge of #31710 - eddyb:reify, r=nikomatsakis | bors | -10/+9 |
| 2016-03-09 | Auto merge of #32073 - jseyfried:fix_another_trait_privacy_error, r=nikomatsakis | bors | -4/+1 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -10/+9 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -18/+36 |
| 2016-03-06 | Refactor away `ExternalExports` | Jeffrey Seyfried | -4/+1 |
| 2016-03-04 | Address comments | Simonas Kazlauskas | -2/+1 |
| 2016-03-04 | Add Pass manager for MIR | Simonas Kazlauskas | -11/+17 |
| 2016-03-03 | Auto merge of #31671 - ranma42:printcfg, r=alexcrichton | bors | -2/+13 |
| 2016-03-03 | Hide gated cfg attributes from the output of `--print cfg` | Andrea Canciani | -1/+10 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -13/+13 |
| 2016-03-02 | Build the same configuration when compiling and for `--print cfg` | Andrea Canciani | -1/+3 |
| 2016-02-27 | Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1 | bors | -12/+13 |
| 2016-02-27 | Fix MIR unpretty on failure conditions | Simonas Kazlauskas | -12/+13 |
| 2016-02-24 | rustc: Refactor how unstable flags are handled | Alex Crichton | -52/+98 |
| 2016-02-20 | fix a few remaining bugs - make check runs! | Ariel Ben-Yehuda | -8/+12 |
| 2016-02-19 | Do less panicking in general | Jonas Schievink | -2/+20 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -18/+18 |
| 2016-02-14 | Implement --unpretty mir | Jonas Schievink | -1/+49 |
| 2016-02-13 | Auto merge of #31358 - japaric:print-targets, r=alexcrichton | bors | -0/+5 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -4/+4 |
| 2016-02-12 | Use more autoderef in rustc_driver | Jonas Schievink | -4/+4 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -2/+2 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -0/+5 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -2/+2 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+33 |
| 2016-02-11 | fixup: meta item kind | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -5/+5 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -2/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -2/+2 |
| 2016-02-10 | Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson | bors | -21/+60 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -2/+7 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -1/+1 |
| 2016-02-08 | driver: Include invalid predicate in error message | Kamal Marhubi | -5/+20 |
| 2016-02-08 | rustc: Implement a new `--print cfg` flag | Alex Crichton | -0/+19 |
| 2016-02-08 | driver: Disallow predicates in --cfg specs | Kamal Marhubi | -1/+16 |
| 2016-02-08 | driver: Extract handling of --explain to separate function | Kamal Marhubi | -20/+23 |
| 2016-02-08 | driver: Pass session options to CompilerCallbacks::early_callback() | Kamal Marhubi | -1/+7 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -2/+2 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -30/+46 |