| Age | Commit message (Expand) | Author | Lines |
| 2016-04-11 | Fix a test on stable | Alex Crichton | -0/+1 |
| 2016-04-07 | Don't loop forever on error recovery with EOF | Nick Cameron | -1/+10 |
| 2016-04-07 | fix compile-fail and parse-fail tests by blindly opting back into | Felix S. Klock II | -11/+31 |
| 2016-04-07 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+19 |
| 2016-04-07 | syntax: Stop the bump loop for trait items at } and EOF. | Eduard Burtescu | -13/+36 |
| 2016-04-07 | syntax: Prevent bumping the parser EOF to stop infinite loops. | Eduard Burtescu | -0/+11 |
| 2016-03-24 | std: Revert addition of `into_ascii_*` methods | Alex Crichton | -106/+0 |
| 2016-03-16 | Add comment explaining purpose of test | Niko Matsakis | -0/+3 |
| 2016-03-16 | Do not report errors from regionck if other errors were already | Niko Matsakis | -2/+37 |
| 2016-03-16 | remove wrong assert in check_match | Ariel Ben-Yehuda | -4/+21 |
| 2016-03-16 | don't treat unit patterns as wildcard patterns | Ariel Ben-Yehuda | -1/+30 |
| 2016-03-16 | clean up check_pat_enum | Ariel Ben-Yehuda | -46/+28 |
| 2016-03-16 | truncate i8-s to i1-s when loading constants | Ariel Ben-Yehuda | -9/+36 |
| 2016-03-03 | Ignore a rustdoc test that does not work on beta | Brian Anderson | -0/+1 |
| 2016-03-01 | Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1 | bors | -1/+39 |
| 2016-03-01 | Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichton | bors | -0/+106 |
| 2016-03-01 | Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brson | bors | -1/+157 |
| 2016-02-29 | Auto merge of #31884 - alexcrichton:no-bootstrap-from-existing, r=brson | bors | -101/+216 |
| 2016-02-29 | test: Mark all rpass-valgrind as no-prefer-dynamic | Alex Crichton | -0/+11 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -227/+203 |
| 2016-02-29 | Use HIR map instead of tcx in constant evaluator | Seo Sanghyeon | -1/+39 |
| 2016-02-29 | Auto merge of #31958 - teoryn:patch-3, r=nagisa | bors | -1/+1 |
| 2016-02-29 | Auto merge of #31960 - aidanhs:aphs-tweak-aliasing-docs, r=Manishearth | bors | -1/+1 |
| 2016-02-29 | Add the 'T' present in the rust book | Aidan Hobson Sayers | -1/+1 |
| 2016-02-28 | Fix typo (an Result) | Kevin Stock | -1/+1 |
| 2016-02-28 | Fix typo (!#[no_std]) | Kevin Stock | -1/+1 |
| 2016-02-28 | Auto merge of #31897 - tshepang:ref-not-needed, r=steveklabnik | bors | -1/+1 |
| 2016-02-28 | rustbuild: Update dependencies | Alex Crichton | -35/+18 |
| 2016-02-28 | rustbuild: Update nightly date | Alex Crichton | -8/+12 |
| 2016-02-28 | rustbuild: Relax assertions about stage0 | Alex Crichton | -3/+1 |
| 2016-02-28 | rustbuild: Remove extra rustc flags | Alex Crichton | -15/+1 |
| 2016-02-28 | rustbuild: Add steps for linking a sysroot | Alex Crichton | -6/+88 |
| 2016-02-28 | rustbuild: Document what steps are | Alex Crichton | -0/+14 |
| 2016-02-28 | rustbuild: Compile with the build compiler | Alex Crichton | -2/+2 |
| 2016-02-28 | rustbuild: Move assembling rustc to its own step | Alex Crichton | -18/+20 |
| 2016-02-28 | rustbuild: Fix a copy/paste error | Alex Crichton | -1/+1 |
| 2016-02-28 | rustbuild: Enable cross-compiling LLVM | Alex Crichton | -7/+50 |
| 2016-02-28 | rustbuild: Fix compiler-rt build on gnueabihf | Alex Crichton | -0/+8 |
| 2016-02-28 | rustbuild: Sync changes to Cargo.lock | Alex Crichton | -2/+0 |
| 2016-02-28 | rustbuild: Only pass RUSTC_FLAGS to target compiles | Alex Crichton | -3/+3 |
| 2016-02-28 | rustbuild: Enable bootstrapping new hosts | Alex Crichton | -7/+4 |
| 2016-02-28 | doc: "ref" not needed in the example | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-28 | Auto merge of #31902 - mitaa:rdoc-shorter, r=alexcrichton | bors | -3/+75 |
| 2016-02-27 | Auto merge of #31942 - bluss:iter-desugar, r=steveklabnik | bors | -1/+1 |
| 2016-02-27 | Auto merge of #31931 - Luke-Nukem:master, r=steveklabnik | bors | -9/+9 |
| 2016-02-27 | Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1 | bors | -12/+28 |
| 2016-02-27 | Make for loop desugaring for iterators more precise | Ulrik Sverdrup | -1/+1 |
| 2016-02-27 | Resolve ambiguous documentation | Kevin Stock | -4/+4 |
| 2016-02-27 | Add test | Simonas Kazlauskas | -0/+15 |
| 2016-02-27 | Fix MIR unpretty on failure conditions | Simonas Kazlauskas | -12/+13 |