| Age | Commit message (Expand) | Author | Lines |
| 2016-02-23 | Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon" | Niko Matsakis | -1/+1 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -1/+1 |
| 2016-01-16 | only insert global predicates into the global cache once we've | Niko Matsakis | -1/+1 |
| 2016-01-16 | Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 | bors | -1/+6 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -1/+6 |
| 2016-01-15 | Address reviewer comments | Nick Cameron | -3/+3 |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -11/+12 |
| 2016-01-11 | Replace --show-span with -Z show-span | Matt Kraai | -6/+3 |
| 2016-01-07 | Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakis | bors | -1/+1 |
| 2016-01-07 | Auto merge of #30728 - athaeryn:mention-warning-lint-group, r=Manishearth | bors | -5/+9 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -1/+1 |
| 2016-01-06 | std::cmp::max -> max | Mike Anderson | -6/+6 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+2 |
| 2016-01-04 | Add mention of warnings lint group to help message | Mike Anderson | -0/+4 |
| 2015-12-30 | Refactoring | Nick Cameron | -1/+1 |
| 2015-12-30 | use structured errors | Nick Cameron | -2/+3 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -1/+0 |
| 2015-12-25 | Delete the AST after lowering | Jonas Schievink | -3/+11 |
| 2015-12-24 | ast_map => hir_map | Jonas Schievink | -22/+20 |
| 2015-12-22 | Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton | bors | -1/+1 |
| 2015-12-21 | syntax: Respect allow_internal_unstable in macros | Alex Crichton | -1/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -26/+4 |
| 2015-12-17 | test errors | Nick Cameron | -20/+10 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -13/+12 |
| 2015-12-15 | Move built-in syntax extensions to a separate crate | Seo Sanghyeon | -6/+11 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -6/+7 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -7/+6 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -7/+6 |
| 2015-12-05 | Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix | bors | -3/+4 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -6/+7 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -0/+1 |
| 2015-12-03 | Make public borrowck api more accessible | Florian Hahn | -3/+4 |
| 2015-12-02 | Now that MIR regressions are fixed, re-enable MIR for all users. | Niko Matsakis | -15/+4 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+1 |
| 2015-11-26 | fix rustc-test | Ariel Ben-Yehuda | -3/+5 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -1/+4 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -9/+10 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -2/+3 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -9/+48 |
| 2015-11-26 | Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddyb | bors | -2/+2 |
| 2015-11-26 | Use the TypeOrigin variants qualified. | Ms2ger | -2/+2 |
| 2015-11-26 | Consider a crate staged if it has `stable` or `unstable` in its root | Vadim Petrochenkov | -2/+2 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -2/+2 |
| 2015-11-22 | Auto merge of #29980 - Manishearth:missing-diag, r=eddyb | bors | -0/+2 |
| 2015-11-22 | Register diagnostics for rustc_privacy and rustc_trans properly | Manish Goregaokar | -0/+2 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -6/+7 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -9/+6 |
| 2015-11-18 | Update unit tests in driver. | Niko Matsakis | -2/+3 |