| Age | Commit message (Expand) | Author | Lines |
| 2015-03-06 | rollup merge of #23091: japaric/phantom | Alex Crichton | -0/+41 |
| 2015-03-06 | Rollup merge of #23025 - huonw:better-iter-infer, r=Gankro | Manish Goregaokar | -0/+25 |
| 2015-03-06 | Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2015-03-06 | Rollup merge of #23099 - brson:lint-cstack, r=alexcrichton | Manish Goregaokar | -26/+0 |
| 2015-03-06 | Rollup merge of #23098 - brson:ignore-fast, r=alexcrichton | Manish Goregaokar | -8/+0 |
| 2015-03-06 | Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichton | Manish Goregaokar | -0/+135 |
| 2015-03-06 | Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix | Manish Goregaokar | -2/+69 |
| 2015-03-06 | Rollup merge of #22899 - huonw:macro-stability, r=alexcrichton | Manish Goregaokar | -1/+224 |
| 2015-03-06 | file permission: remove executable bit from *.rs | Lai Jiangshan | -0/+0 |
| 2015-03-05 | Remove run-pass/lint-cstack.rs. No longer testing anything. | Brian Anderson | -26/+0 |
| 2015-03-05 | 'ignore-fast' directives do nothing | Brian Anderson | -8/+0 |
| 2015-03-05 | rustc: Add a debug_assertions #[cfg] directive | Alex Crichton | -2/+69 |
| 2015-03-05 | OIBIT: for `PhantomData<T>` check `T` rather than the struct itself | Jorge Aparicio | -0/+41 |
| 2015-03-05 | Auto merge of #23031 - Manishearth:rollup, r=Manishearth | bors | -783/+853 |
| 2015-03-05 | Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis | bors | -55/+171 |
| 2015-03-05 | debuginfo: Add test case for `extern "C"` functions. | Michael Woerister | -0/+68 |
| 2015-03-05 | debuginfo: Add `debuginfo::with_source_location_override()` function... | Michael Woerister | -0/+67 |
| 2015-03-06 | Run feature-gating on the final AST passed to the compiler. | Huon Wilson | -0/+20 |
| 2015-03-06 | Use `#[allow_internal_unstable]` for `thread_local!` | Huon Wilson | -0/+23 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -1/+181 |
| 2015-03-05 | Use more associated types in core::iter. | Huon Wilson | -0/+25 |
| 2015-03-05 | Fix tag align tests for 32bit linux (fixes #7340) | Manish Goregaokar | -33/+27 |
| 2015-03-05 | Move span in error (fixup #22764) | Manish Goregaokar | -3/+2 |
| 2015-03-05 | Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichton | Manish Goregaokar | -770/+768 |
| 2015-03-05 | Fix compile-fail error messages after integer suffix removal. | Eduard Burtescu | -26/+26 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -746/+744 |
| 2015-03-05 | Rollup merge of #23018 - sanxiyn:quote-question, r=huonw | Manish Goregaokar | -1/+3 |
| 2015-03-05 | Fix quoting of ?Sized | Seo Sanghyeon | -1/+3 |
| 2015-03-05 | Rollup merge of #23013 - nikomatsakis:syncbox, r=pnkfelix | Manish Goregaokar | -0/+77 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -2/+102 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -22/+19 |
| 2015-03-04 | Add tests related to #20220. Fixes #20220. | Niko Matsakis | -0/+57 |
| 2015-03-04 | Generalize the code so we can handle multiple supertraits. | Niko Matsakis | -52/+109 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -17/+19 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -2/+102 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -0/+100 |
| 2015-03-03 | When generating WF criteria, do not visit the same type more than | Niko Matsakis | -0/+77 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -299/+266 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -224/+229 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -10/+113 |
| 2015-03-03 | Rollup merge of #22977 - kmcallister:issue-15778, r=sfackler | Manish Goregaokar | -0/+80 |
| 2015-03-03 | Rollup merge of #22970 - pnkfelix:fsk-robust-backtrace-test-against-env, r=al... | Manish Goregaokar | -1/+3 |
| 2015-03-03 | Rollup merge of #22990 - japaric:privATe, r=alexcrichton | Manish Goregaokar | -3/+44 |
| 2015-03-03 | Rollup merge of #22960 - huonw:static-assert, r=huonw | Manish Goregaokar | -11/+25 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-03 | Fix backtrace tests for Linux | Manish Goregaokar | -4/+4 |
| 2015-03-03 | Fix span typo in the arithmetic overflow for array length reporting. | Felix S. Klock II | -0/+43 |
| 2015-03-03 | Update tests for const-eval error handling changes. | Felix S. Klock II | -3/+9 |
| 2015-03-03 | Address arith-overflow and error-handling in `const_eval.rs`. | Felix S. Klock II | -2/+2 |
| 2015-03-03 | Fix the overflowing tests in run-fail. | Felix S. Klock II | -6/+15 |