| Age | Commit message (Expand) | Author | Lines |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -105/+103 |
| 2015-02-06 | librustdoc has been updated | GuillaumeGomez | -7/+7 |
| 2015-02-07 | Rollup merge of #22005 - nagisa:obsolete-ctx, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-06 | Remove word syntax from obsolete syntax messages | Simonas Kazlauskas | -3/+3 |
| 2015-02-06 | Fix infinite loop error | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Remove getenv warning | GuillaumeGomez | -4/+3 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -46/+46 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -118/+90 |
| 2015-02-06 | Update HEAD:master | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -104/+123 |
| 2015-02-06 | Add Str trait to InternedString, set get method deprecated | GuillaumeGomez | -0/+8 |
| 2015-02-06 | Rollup merge of #21958 - brson:stable-features, r=alexcrichton | Manish Goregaokar | -5/+10 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonw | Manish Goregaokar | -10/+48 |
| 2015-02-06 | Auto merge of #21947 - bluss:full-range-syntax, r=brson | bors | -22/+15 |
| 2015-02-05 | make codemap more robust in face of ill-formed spans. | Felix S. Klock II | -10/+48 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -62/+62 |
| 2015-02-05 | Implement pretty-printing of `..` and update tests. | Ulrik Sverdrup | -3/+1 |
| 2015-02-04 | Add a lint for writing `#[feature]` for stable features, warn by default. | Brian Anderson | -5/+10 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -2/+2 |
| 2015-02-04 | register snapshots | Jorge Aparicio | -5/+3 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -23/+23 |
| 2015-02-04 | Implement `..` syntax for RangeFull as expression | Ulrik Sverdrup | -19/+14 |
| 2015-02-04 | Auto merge of #21499 - P1start:issue-8706, r=huonw | bors | -23/+58 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+4 |
| 2015-02-03 | rollup merge of #21910: Manishearth/missing_stability | Alex Crichton | -0/+6 |
| 2015-02-03 | rollup merge of #21899: nikomatsakis/closure-unify-anyhow | Alex Crichton | -61/+51 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+4 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-04 | Add unmarked_api feature (fixes #21884) | Manish Goregaokar | -0/+6 |
| 2015-02-03 | Update for new snapshot after rebasing. | Niko Matsakis | -1/+1 |
| 2015-02-03 | Correct one case where the inference was detecting a looser result than the | Niko Matsakis | -1/+1 |
| 2015-02-03 | Remove the explicit closure kind syntax from the parser and AST; | Niko Matsakis | -60/+50 |
| 2015-02-04 | Compute widths properly when displaying spans in error messages | P1start | -23/+58 |
| 2015-02-02 | rollup merge of #21845: Potpourri/import-syntax | Alex Crichton | -3/+8 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -2/+2 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -151/+149 |
| 2015-02-02 | rollup merge of #21825: kmcallister/ttdelim-span | Alex Crichton | -1/+24 |
| 2015-02-02 | rollup merge of #21817: edwardw/symmetric-binop | Alex Crichton | -0/+14 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -8/+8 |
| 2015-02-02 | rollup merge of #21754: semarie/openbsd-rebased | Alex Crichton | -2/+4 |
| 2015-02-02 | rollup merge of #21710: alfie/libsyntax | Alex Crichton | -142/+142 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -4/+2 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -6/+6 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -138/+138 |
| 2015-02-02 | Omit integer suffix when unnecessary | Alfie John | -142/+142 |
| 2015-02-02 | Tweak some ‘expected…’ error messages | P1start | -60/+68 |
| 2015-02-01 | std: Remove extra type params on iter adaptors | Alex Crichton | -2/+2 |
| 2015-02-01 | Reject syntax like `use foo::bar::;` and `use foo:: as bar;` and keywords in ... | Potpourri | -3/+8 |