| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-06-22 | Fix issue #23302, ICE on recursively defined enum variant discriminant. | Sean Patrick Santos | -1/+6 |
| 2015-06-22 | fix minor indentation issues | Yongqian Li | -13/+13 |
| 2015-06-20 | Rollup merge of #26452 - michaelsproul:the-second-coming, r=pnkfelix | Manish Goregaokar | -87/+45 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -13/+38 |
| 2015-06-20 | diagnostics: Resurrect the Compiler Error Index. | Michael Sproul | -87/+45 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -1/+38 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -11/+83 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -3/+6 |
| 2015-06-18 | Auto merge of #26347 - nagisa:macro-exp, r=nrc | bors | -72/+70 |
| 2015-06-17 | Remove unused emit_feature_warn function | Brian Anderson | -12/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -2/+4 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -1/+2 |
| 2015-06-16 | Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwalton | bors | -42/+90 |
| 2015-06-16 | Remove superfluous variable | Simonas Kazlauskas | -2/+0 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -72/+72 |
| 2015-06-14 | Replaced a comment mentioning a fixed issue | Markus Westerlind | -3/+5 |
| 2015-06-14 | diagnostics: Allow long URLs in error explanations. | Michael Sproul | -2/+9 |
| 2015-06-13 | Utilize discriminant_value for more efficient deriving | Markus | -39/+85 |
| 2015-06-11 | validate stability against deprecation version | Alexis Beingessner | -3/+3 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -38/+38 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -10/+10 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -28/+28 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1280/+0 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-08 | Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrc | bors | -1/+4 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -2/+2 |