| Age | Commit message (Expand) | Author | Lines |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -1/+1 |
| 2015-02-11 | rollup merge of #22150: nagisa/de-perm-frost | Alex Crichton | -4/+7 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -1/+1 |
| 2015-02-11 | Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakis | bors | -6/+11 |
| 2015-02-11 | Opt into new `box_patterns` feature gate in various crates. | Felix S. Klock II | -0/+1 |
| 2015-02-11 | Fail nicely when copying artefacts fails | Simonas Kazlauskas | -4/+7 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -6/+11 |
| 2015-02-10 | Fix ICE when compiling "extern" rust functions | Björn Steinbrink | -5/+15 |
| 2015-02-08 | Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson | bors | -181/+345 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -63/+63 |
| 2015-02-06 | debuginfo: Fix problem with debug locations of constants in match patterns. | Michael Woerister | -10/+35 |
| 2015-02-06 | debuginfo: Implement direct debuginfo source location application for ICmp, F... | Michael Woerister | -45/+112 |
| 2015-02-06 | debuginfo: Assign debuginfo source locations to lang-item calls. | Michael Woerister | -127/+199 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -25/+25 |
| 2015-02-06 | librustc_trans has been updated | GuillaumeGomez | -63/+63 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21941 - dotdash:with_cond_false, r=Aatch | Manish Goregaokar | -2/+10 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-02-06 | Rollup merge of #21986 - LeoTestard:identical-statics, r=eddyb | Manish Goregaokar | -2/+4 |
| 2015-02-06 | Fix an ICE when translating some static expressions. | Leo Testard | -2/+4 |
| 2015-02-05 | make codemap more robust in face of ill-formed spans. | Felix S. Klock II | -3/+3 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -98/+96 |
| 2015-02-05 | Auto merge of #21843 - japaric:kindless, r=alexcrichton | bors | -23/+23 |
| 2015-02-05 | Auto merge of #21944 - alexcrichton:lframework, r=eddyb | bors | -2/+5 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -23/+23 |
| 2015-02-04 | rustc: Recognize `-L framework=foo` | Alex Crichton | -2/+5 |
| 2015-02-04 | Auto merge of #21885 - dotdash:nonnull_load, r=alexcrichton | bors | -0/+30 |
| 2015-02-04 | Avoid unnecessary codegen in with_cond() | Björn Steinbrink | -2/+10 |
| 2015-02-04 | Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichton | bors | -6/+9 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-03 | rollup merge of #21899: nikomatsakis/closure-unify-anyhow | Alex Crichton | -5/+5 |
| 2015-02-04 | Fix Unicode name mangling | P1start | -6/+9 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-03 | Remove the explicit closure kind syntax from the parser and AST; | Niko Matsakis | -5/+5 |
| 2015-02-03 | Auto merge of #21877 - dotdash:less_auto_deref, r=alexcrichton | bors | -1/+2 |
| 2015-02-03 | Emit !nonnull metadata for loads of region and unique pointers | Björn Steinbrink | -0/+30 |
| 2015-02-03 | Avoid extra ref/deref cycles when converting &T to *T | Björn Steinbrink | -1/+2 |
| 2015-02-02 | rollup merge of #21849: alexcrichton/warn2note | Alex Crichton | -1/+1 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -6/+1 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -136/+134 |
| 2015-02-02 | rollup merge of #21818: dotdash/llvm_up | Alex Crichton | -51/+49 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -5/+5 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -6/+4 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -5/+5 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -123/+123 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -96/+96 |
| 2015-02-01 | rustc: Change an unconditional `warn` to a `note` | Alex Crichton | -1/+1 |