| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-26 | appease tidy | Tim Neumann | -1/+2 |
| 2016-09-26 | deduplicate inline is_nightly_build implementations | Tim Neumann | -4/+1 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -2/+2 |
| 2016-09-19 | Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand... | bors | -0/+1 |
| 2016-09-15 | Default RUST_MIN_STACK to 16MiB for now | Simonas Kazlauskas | -1/+2 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -2/+3 |
| 2016-09-04 | Auto merge of #36132 - nrc:save-std, r=@eddyb | bors | -1/+4 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -2/+3 |
| 2016-09-04 | Add librustc metadata error codes to global check | ggomez | -0/+1 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -1/+1 |
| 2016-09-01 | save-analsysis: add save-analysis-api CLI flag | Nick Cameron | -1/+4 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -5/+7 |
| 2016-08-23 | Use idiomatic names for string-related methods names. | Corey Farwell | -1/+1 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -13/+25 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -2/+4 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -0/+23 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -12/+3 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -22/+16 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -1/+1 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -1/+0 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -19/+14 |
| 2016-07-27 | librustc_back: filter targets for only valid ones | Jonathan Creekmore | -1/+1 |
| 2016-07-25 | Adressed PR comments. | cgswords | -6/+3 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -19/+17 |
| 2016-07-24 | Tidy ups for code gen options help | Cameron Hart | -12/+11 |
| 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 |