| Age | Commit message (Expand) | Author | Lines |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+114 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -2/+117 |
| 2015-07-21 | Assign proper span to range expression | Marcus Klaas | -4/+5 |
| 2015-07-21 | Avoid repeated trait bounds in derived impls | Florian Hartwig | -0/+11 |
| 2015-07-21 | Auto merge of #26816 - nrc:zero-codemap, r=@jroesch | bors | -113/+141 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -13/+25 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -22/+19 |
| 2015-07-21 | Allow for space between each filemap in the codemap | Nick Cameron | -78/+97 |
| 2015-07-21 | Auto merge of #27153 - alexcrichton:flaky-tests, r=brson | bors | -0/+5 |
| 2015-07-20 | Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakis | bors | -3/+15 |
| 2015-07-20 | syntax: Suppress panic message on `fatal` | Alex Crichton | -0/+5 |
| 2015-07-20 | Auto merge of #27065 - marcusklaas:loop-label, r=nrc | bors | -19/+23 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -3/+15 |
| 2015-07-18 | Include label in the span of loops | Marcus Klaas | -19/+23 |
| 2015-07-18 | Define and use a `print_maybe_styled!` macro in libsyntax/diagnostic.rs | P1start | -20/+38 |
| 2015-07-18 | Rollup merge of #27067 - GuillaumeGomez:patch-1, r=cmr | Manish Goregaokar | -0/+6 |
| 2015-07-18 | Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2015-07-17 | Improve register_long_diagnostics macro | Guillaume Gomez | -0/+3 |
| 2015-07-16 | Improve register_diagnostics macro | Guillaume Gomez | -0/+3 |
| 2015-07-16 | Rollup merge of #26838 - P1start:refactor-diagnostic, r=alexcrichton | Manish Goregaokar | -396/+392 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+1 |
| 2015-07-13 | Auto merge of #26947 - nagisa:unicode-escape-error, r=nrc | bors | -17/+27 |
| 2015-07-13 | Auto merge of #26750 - nrc:refactor-submod, r=sfackler | bors | -68/+108 |
| 2015-07-13 | Tell unicode escapes can’t be used as bytes earlier/more | Simonas Kazlauskas | -16/+14 |
| 2015-07-12 | syntax: Allow semi tokens after macro ty/path | Alex Crichton | -1/+1 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -5/+5 |
| 2015-07-10 | Improve some of the string escape diagnostic spans | Simonas Kazlauskas | -6/+4 |
| 2015-07-10 | Improve incomplete unicode escape reporting | Simonas Kazlauskas | -5/+19 |
| 2015-07-10 | Auto merge of #26907 - nrc:save-fns, r=brson | bors | -7/+6 |
| 2015-07-10 | Preserve escape sequences in documentation comments on macro expansion | Barosl Lee | -1/+1 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -6/+4 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -6/+4 |
| 2015-07-09 | Auto merge of #26515 - quantheory:check_enum_recursion, r=nrc | bors | -1/+6 |
| 2015-07-09 | Fix a span bug for qualified paths | Nick Cameron | -4/+2 |
| 2015-07-09 | save-analysis: API-ify paths | Nick Cameron | -1/+1 |
| 2015-07-09 | Fix a bug where macros in expression position don't have expansion inidices i... | Nick Cameron | -3/+4 |
| 2015-07-08 | Change some free functions into methods in libsyntax/diagnostic.rs | P1start | -396/+392 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -23/+45 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -23/+45 |
| 2015-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -17/+41 |
| 2015-07-03 | Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix | bors | -1/+1 |
| 2015-07-03 | Refactor how the parser looks for sub-modules | Nick Cameron | -68/+108 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+2 |
| 2015-07-01 | Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichton | bors | -0/+3 |
| 2015-07-01 | fallout of bitvec/bitset deprecation | Alexis Beingessner | -0/+3 |
| 2015-07-01 | Auto merge of #26540 - oli-obk:issue11715, r=nrc | bors | -2/+73 |
| 2015-07-01 | Make the unused_mut lint smarter with respect to locals. | Ariel Ben-Yehuda | -1/+1 |
| 2015-06-24 | Added unit test for code indent of multi-line errors | Oliver Schneider | -1/+66 |
| 2015-06-24 | Indent code past the widest line number | Theo Belaire | -2/+8 |
| 2015-06-23 | Auto merge of #26061 - Gankro:inherit-dep, r=brson | bors | -3/+3 |