| Age | Commit message (Expand) | Author | Lines |
| 2016-04-11 | Merge pull request #32896 from alexcrichton/stable-next 1.8.0 | Brian Anderson | -0/+1 |
| 2016-04-11 | Fix a test on stable | Alex Crichton | -0/+1 |
| 2016-04-08 | Merge pull request #32831 from brson/beta-next | Alex Crichton | -0/+208 |
| 2016-04-08 | Release notes for 1.8 | Brian Anderson | -0/+208 |
| 2016-04-07 | Merge pull request #32795 from pnkfelix/parser-backports-for-beta | Niko Matsakis | -25/+107 |
| 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-29 | Merge pull request #32467 from alexcrichton/beta-next | Aaron Turon | -106/+0 |
| 2016-03-24 | std: Revert addition of `into_ascii_*` methods | Alex Crichton | -106/+0 |
| 2016-03-22 | Merge pull request #32291 from alexcrichton/beta-next | Brian Anderson | -63/+156 |
| 2016-03-16 | Bump beta to .2 | Alex Crichton | -1/+1 |
| 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-02 | Merge pull request #32018 from brson/ignoretestbeta | Brian Anderson | -0/+1 |
| 2016-03-03 | Ignore a rustdoc test that does not work on beta | Brian Anderson | -0/+1 |
| 2016-03-01 | Auto merge of #31939 - killercup:patch-17, r=brson | bors | -55/+47 |
| 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 | Auto merge of #31928 - alexcrichton:stabilize-1.8, r=aturon | bors | -227/+214 |
| 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-29 | Auto merge of #31959 - teoryn:patch-4, r=Manishearth | bors | -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 |