| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+14 |
| 2014-12-06 | libsyntax: remove unnecessary `to_string()` calls | Jorge Aparicio | -6/+6 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -9/+9 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -12/+6 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -12/+6 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -6/+4 |
| 2014-11-20 | Fix an ICE on diagnostics originating in external macros | Jakub Bukaj | -10/+12 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -4/+4 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -18/+21 |
| 2014-10-09 | syntax: Convert statics to constants | Alex Crichton | -2/+2 |
| 2014-10-04 | Register new snapshots | Björn Steinbrink | -6/+2 |
| 2014-09-30 | librustc: Fix up mutability in method autoderefs if incorrect, and | Patrick Walton | -0/+5 |
| 2014-09-28 | Keep ExpnId abstract by providing conversions | Keegan McAllister | -2/+14 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -1/+1 |
| 2014-09-18 | Fix fallout in tests from removing the use of Gc in ExpnInfo. | Eduard Burtescu | -3/+3 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -9/+30 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -1/+1 |
| 2014-07-09 | codemap: be less annoying in debug logging | Corey Richardson | -5/+4 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -11/+11 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -35/+35 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -2/+2 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -32/+32 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -11/+11 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -39/+56 |
| 2014-04-21 | auto merge of #13435 : edwardw/rust/span, r=brson | bors | -0/+11 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -17/+17 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -0/+11 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -5/+6 |
| 2014-03-31 | Switch some tuple structs to pub fields | Alex Crichton | -2/+2 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -29/+29 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -18/+0 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -0/+18 |
| 2014-03-27 | syntax: add a some docs/clarification to the fields of ExpnInfo. | Huon Wilson | -3/+26 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -4/+5 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -31/+31 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-18 | libsyntax: librustdoc: ignore utf-8 BOM in .rs files | Liigo Zhuang | -1/+10 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -67/+54 |
| 2014-03-10 | syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of... | Dmitry Promsky | -14/+58 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -9/+10 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -9/+8 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -6/+6 |
| 2014-02-27 | Fix bytepos_to_file_charpos. | Nick Cameron | -10/+52 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+1 |