| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+8 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -2/+10 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -5/+4 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -7/+13 |
| 2016-03-31 | Turn break critical edges into a MIR pass | James Miller | -12/+11 |
| 2016-03-31 | Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrc | Manish Goregaokar | -0/+4 |
| 2016-03-30 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+4 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -1/+2 |
| 2016-03-30 | Add and use a break critical edges transform | James Miller | -1/+8 |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -2/+2 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -1/+1 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -3/+7 |
| 2016-03-25 | Make the definite name of the local crate available in the tcx. | Michael Woerister | -0/+1 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -3/+30 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -16/+16 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -32/+32 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -1/+1 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -5/+4 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -5/+4 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -10/+15 |
| 2016-03-09 | Auto merge of #32073 - jseyfried:fix_another_trait_privacy_error, r=nikomatsakis | bors | -4/+1 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -10/+17 |
| 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 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -7/+7 |
| 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 | -1/+7 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -10/+11 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -1/+1 |
| 2016-02-12 | Use more autoderef in rustc_driver | Jonas Schievink | -1/+1 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -1/+1 |
| 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-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -1/+1 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -21/+31 |
| 2016-02-01 | Try to run compiler callbacks when we error out | Nick Cameron | -67/+93 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -12/+14 |
| 2016-01-26 | rebasing | Nick Cameron | -2/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -202/+203 |
| 2016-01-22 | test fallout | Nick Cameron | -11/+22 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -31/+33 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -6/+7 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -1/+5 |
| 2016-01-11 | Replace --show-span with -Z show-span | Matt Kraai | -1/+1 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+1 |
| 2015-12-30 | use structured errors | Nick Cameron | -2/+3 |
| 2015-12-25 | Delete the AST after lowering | Jonas Schievink | -3/+11 |