| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | Auto merge of #31671 - ranma42:printcfg, r=alexcrichton | bors | -2/+13 |
| 2016-03-03 | Hide gated cfg attributes from the output of `--print cfg` | Andrea Canciani | -1/+10 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -13/+13 |
| 2016-03-02 | Build the same configuration when compiling and for `--print cfg` | Andrea Canciani | -1/+3 |
| 2016-02-27 | Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1 | bors | -12/+13 |
| 2016-02-27 | Fix MIR unpretty on failure conditions | Simonas Kazlauskas | -12/+13 |
| 2016-02-24 | rustc: Refactor how unstable flags are handled | Alex Crichton | -52/+98 |
| 2016-02-20 | fix a few remaining bugs - make check runs! | Ariel Ben-Yehuda | -8/+12 |