| Age | Commit message (Expand) | Author | Lines |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -1/+4 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -1/+4 |
| 2016-05-18 | fix indentation of session/mod.rs | Niko Matsakis | -3/+3 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -10/+26 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -4/+37 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -4/+37 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -0/+10 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 |
| 2016-05-02 | Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc | bors | -2/+2 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -2/+2 |
| 2016-04-29 | Emit warning to user when attempting to use optimize for size on non-nightly ... | Brandon Edens | -0/+4 |
| 2016-04-28 | Place optimize for size and minsize rustc invocation options behind a nightly | Brandon Edens | -11/+12 |
| 2016-04-28 | Add opt-level options for optimizing for size and minimum size. This attempts | Brandon Edens | -9/+13 |
| 2016-04-28 | Auto merge of #33217 - aochagavia:fileloader, r=nrc | bors | -1/+13 |
| 2016-04-27 | rustc_driver: Allow running the compiler with a FileLoader | Adolfo OchagavĂa | -1/+13 |
| 2016-04-26 | save-analysis-json: thread through -z option | Nick Cameron | -1/+3 |
| 2016-04-20 | librustc: remove outdated workaround | Tamir Duberstein | -3/+0 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -0/+57 |
| 2016-04-17 | Auto merge of #33012 - pravic:describe-L-rustc-option, r=alexcrichton | bors | -2/+3 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -2/+0 |
| 2016-04-15 | Describe possible keys of the -L rustc option. | pravic | -2/+3 |
| 2016-04-14 | Rollup merge of #32868 - kraai:remove-comma, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -2/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+3 |
| 2016-04-10 | Remove an extra command from the usage message | Matt Kraai | -1/+1 |
| 2016-04-09 | Introduce the `init_llvm` function | Andrea Canciani | -0/+57 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -12/+19 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -12/+19 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -21/+85 |
| 2016-03-31 | librustc: excise Session's now-unused bug methods | Benjamin Herr | -17/+0 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -2/+2 |
| 2016-03-31 | librustc: replace unreachable! with bug!() | Benjamin Herr | -1/+1 |
| 2016-03-31 | librustc: replace tcx.sess.bug calls with bug!() | Benjamin Herr | -1/+1 |
| 2016-03-31 | librustc: add {span_,}bug! macros | Benjamin Herr | -0/+34 |
| 2016-03-31 | Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrc | Manish Goregaokar | -0/+6 |
| 2016-03-30 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+6 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -6/+0 |
| 2016-03-28 | Auto merge of #32267 - durka:inclusive-range-error, r=nrc | bors | -0/+4 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -1/+7 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -2/+3 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -2/+7 |
| 2016-03-25 | suppress duplicate lints | Niko Matsakis | -1/+7 |
| 2016-03-24 | fatal error instead of ICE for impossible range during HIR lowering | Alex Burka | -0/+4 |
| 2016-03-23 | allow dumping intermediate IR with -Z dump-mir | Niko Matsakis | -0/+2 |
| 2016-03-17 | Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used. | Eduard Burtescu | -0/+2 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -3/+7 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -3/+7 |
| 2016-03-13 | Auto merge of #32229 - Manishearth:rollup, r=Manishearth | bors | -0/+4 |
| 2016-03-12 | Don't allow values for codegen-units less than 1 (fixes #32191) | Manish Goregaokar | -0/+4 |
| 2016-03-04 | Add Pass manager for MIR | Simonas Kazlauskas | -3/+3 |