| Age | Commit message (Expand) | Author | Lines |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -0/+3 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -1/+1 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -3/+3 |
| 2015-05-14 | Move tracking of the next NodeId from syntax's ParseSess to rustc's Session. | Eduard Burtescu | -4/+14 |
| 2015-05-07 | Add support for registering attributes with rustc in plugins | Manish Goregaokar | -0/+3 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -2/+3 |
| 2015-04-13 | Delay specific span_bug() call until abort_if_errors() | Sean Bowe | -1/+17 |
| 2015-04-12 | Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | bors | -1/+1 |
| 2015-04-10 | Add a new `span_suggestion` infrastructure. This lets you edit a snippet | Niko Matsakis | -0/+7 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+2 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -2/+2 |
| 2015-04-04 | Fixed bug calling .note() instead of .help(). Added small note when two | Sean Bowe | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 |
| 2015-03-05 | Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis | bors | -0/+9 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -8/+9 |
| 2015-03-04 | Extend the "treat-err-as-bug" option to cover calls to fatal. | Niko Matsakis | -0/+9 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2/+0 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -3/+3 |
| 2015-02-24 | Add handy switch `-Z treat-err-as-bug` -- it often happens that I am | Niko Matsakis | -0/+9 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -3/+3 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -2/+2 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -3/+3 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -2/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -3/+3 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -3/+3 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -1/+1 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -1/+11 |
| 2015-01-23 | regex: Remove in-tree version | Alex Crichton | -28/+30 |
| 2015-01-20 | Make multiline errors work with codes | Brian Anderson | -52/+63 |
| 2015-01-20 | Make fatal errors work with codes, add to typeck | Brian Anderson | -0/+3 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -1/+1 |
| 2015-01-14 | Implement suggestions for traits to import. | Huon Wilson | -0/+3 |
| 2015-01-12 | Implement multi-line errors | mdinger | -1/+54 |
| 2015-01-09 | Make the metadata loader use the appropriate Target structure | John Kåre Alsaker | -0/+11 |
| 2015-01-08 | librustc::session : Make DebuggingOpts use the options! macro | Manish Goregaokar | -17/+14 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-05 | rollup merge of #20258: sanxiyn/show-span-2 | Alex Crichton | -2/+2 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2014-12-30 | auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson | bors | -5/+9 |
| 2014-12-29 | Add the -Z print-enum-sizes flag for displaying enum info. | Huon Wilson | -1/+3 |
| 2014-12-27 | Use -Z unstable-options for span debugger | Seo Sanghyeon | -3/+0 |
| 2014-12-27 | Add unstable_options method | Seo Sanghyeon | -0/+3 |
| 2014-12-23 | rustc: Add knowledge of separate lookup paths | Alex Crichton | -5/+9 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -2/+2 |
| 2014-12-13 | librustc: fix fallout | Jorge Aparicio | -1/+3 |
| 2014-12-06 | librustc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-11-26 | Do not print any warnings if '-A warnings' is specified on the command line | Jakub Bukaj | -3/+19 |