| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | Merge branch 'master' into issue-30961 | Cameron Hart | -14/+31 |
| 2016-07-16 | Merge branch 'master' into issue-30961 | Cameron Hart | -3/+3 |
| 2016-07-14 | Remove emit from emitter, leaving emit_struct | Jonathan Turner | -14/+20 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -3/+14 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -3/+3 |
| 2016-07-11 | Add help for target CPUs, features, relocation and code models. | Cameron Hart | -0/+24 |
| 2016-06-30 | Remove `after_expand` and `after_write_deps` CompileController entry points | Jeffrey Seyfried | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -11/+14 |
| 2016-05-25 | trans: save metadata even with -Z no-trans. | Eduard Burtescu | -4/+0 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -4/+11 |
| 2016-05-10 | Also rename the print_from_ast. | Pavel Sountsov | -11/+11 |
| 2016-05-10 | Rename after_ast to after_hir_lowering. | Pavel Sountsov | -2/+2 |
| 2016-05-10 | Make --emit dep-info work correctly with -Z no-analysis again. | Pavel Sountsov | -13/+13 |
| 2016-05-09 | Reimplement pretty printing | Jeffrey Seyfried | -0/+2 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+0 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-05-02 | Auto merge of #33119 - nrc:pretty, r=pnkfelix | bors | -54/+63 |
| 2016-05-03 | rebasing | Nick Cameron | -1/+0 |
| 2016-05-03 | Fix tests | Nick Cameron | -1/+4 |
| 2016-05-03 | Refactor pretty printing to use more of the driver | Nick Cameron | -11/+33 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -53/+39 |
| 2016-05-03 | Make pretty printer take Session by ref | Nick Cameron | -3/+2 |
| 2016-05-02 | fix rebase flaws | Niko Matsakis | -3/+2 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -7/+9 |
| 2016-05-01 | Avoid using the lowering context in `librustc_save_analysis` | Jeffrey Seyfried | -1/+0 |
| 2016-05-01 | Remove rust flags from doc block | Guillaume Gomez | -1/+7 |
| 2016-04-28 | Auto merge of #33217 - aochagavia:fileloader, r=nrc | bors | -9/+21 |
| 2016-04-27 | rustc_driver: Allow running the compiler with a FileLoader | Adolfo OchagavĂa | -9/+21 |
| 2016-04-26 | save-analysis-json: thread through -z option | Nick Cameron | -2/+18 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -8/+3 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -0/+1 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -49/+4 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -0/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+0 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -49/+4 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -1/+4 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -0/+2 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -0/+4 |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -1/+2 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -2/+0 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-20 | Utilize `if..let` over single `match` branch. | Corey Farwell | -33/+28 |
| 2016-03-20 | Remove double-negative conditionals. | Corey Farwell | -6/+6 |
| 2016-03-20 | Replace unneeded owned `Vec` usage with `slice`. | Corey Farwell | -3/+3 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -5/+6 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -6/+17 |
| 2016-03-03 | Hide gated cfg attributes from the output of `--print cfg` | Andrea Canciani | -1/+10 |
| 2016-03-02 | Build the same configuration when compiling and for `--print cfg` | Andrea Canciani | -1/+3 |
| 2016-02-24 | rustc: Refactor how unstable flags are handled | Alex Crichton | -52/+98 |
| 2016-02-19 | Do less panicking in general | Jonas Schievink | -1/+13 |