| Age | Commit message (Expand) | Author | Lines |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -3/+21 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -49/+4 |
| 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/+12 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -1/+1 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -2/+17 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -15/+12 |
| 2016-04-05 | Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakis | Manish Goregaokar | -8/+17 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -49/+4 |
| 2016-04-04 | Address nits | Masood Malekghassemi | -3/+3 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -7/+13 |
| 2016-04-02 | Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton | bors | -1/+4 |
| 2016-04-01 | Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brson | bors | -1/+0 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -1/+0 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -1/+4 |
| 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/+5 |
| 2016-03-29 | Plumb obligations through librustc/infer | Masood Malekghassemi | -8/+17 |
| 2016-03-30 | Add and use a break critical edges transform | James Miller | -1/+8 |
| 2016-03-29 | Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichton | bors | -0/+4 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -0/+4 |
| 2016-03-28 | Refactor s.t. TypeRelation implementors don't escape InferCtxt | Masood Malekghassemi | -14/+11 |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -1/+3 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -20/+20 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | 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/+2 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -5/+30 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -16/+16 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -58/+58 |
| 2016-03-22 | Auto merge of #32156 - pnkfelix:borrowck-on-mir-move-analysis, r=nikomatsakis | bors | -8/+13 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -8/+13 |
| 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 | 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 |