summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-04-11Merge pull request #32896 from alexcrichton/stable-next 1.8.0Brian Anderson-0/+1
2016-04-11Fix a test on stableAlex Crichton-0/+1
2016-04-08Merge pull request #32831 from brson/beta-nextAlex Crichton-0/+208
2016-04-08Release notes for 1.8Brian Anderson-0/+208
2016-04-07Merge pull request #32795 from pnkfelix/parser-backports-for-betaNiko Matsakis-25/+107
2016-04-07Don't loop forever on error recovery with EOFNick Cameron-1/+10
2016-04-07fix compile-fail and parse-fail tests by blindly opting back intoFelix S. Klock II-11/+31
2016-04-07Put in `-Z continue-parse-after-error`Felix S. Klock II-0/+19
2016-04-07syntax: Stop the bump loop for trait items at } and EOF.Eduard Burtescu-13/+36
2016-04-07syntax: Prevent bumping the parser EOF to stop infinite loops.Eduard Burtescu-0/+11
2016-03-29Merge pull request #32467 from alexcrichton/beta-nextAaron Turon-106/+0
2016-03-24std: Revert addition of `into_ascii_*` methodsAlex Crichton-106/+0
2016-03-22Merge pull request #32291 from alexcrichton/beta-nextBrian Anderson-63/+156
2016-03-16Bump beta to .2Alex Crichton-1/+1
2016-03-16Add comment explaining purpose of testNiko Matsakis-0/+3
2016-03-16Do not report errors from regionck if other errors were alreadyNiko Matsakis-2/+37
2016-03-16remove wrong assert in check_matchAriel Ben-Yehuda-4/+21
2016-03-16don't treat unit patterns as wildcard patternsAriel Ben-Yehuda-1/+30
2016-03-16clean up check_pat_enumAriel Ben-Yehuda-46/+28
2016-03-16truncate i8-s to i1-s when loading constantsAriel Ben-Yehuda-9/+36
2016-03-02Merge pull request #32018 from brson/ignoretestbetaBrian Anderson-0/+1
2016-03-03Ignore a rustdoc test that does not work on betaBrian Anderson-0/+1
2016-03-01Auto merge of #31939 - killercup:patch-17, r=brsonbors-55/+47
2016-03-01Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1bors-1/+39
2016-03-01Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichtonbors-0/+106
2016-03-01Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brsonbors-1/+157
2016-02-29Auto merge of #31884 - alexcrichton:no-bootstrap-from-existing, r=brsonbors-101/+216
2016-02-29Auto merge of #31928 - alexcrichton:stabilize-1.8, r=aturonbors-227/+214
2016-02-29test: Mark all rpass-valgrind as no-prefer-dynamicAlex Crichton-0/+11
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-227/+203
2016-02-29Use HIR map instead of tcx in constant evaluatorSeo Sanghyeon-1/+39
2016-02-29Auto merge of #31958 - teoryn:patch-3, r=nagisabors-1/+1
2016-02-29Auto merge of #31960 - aidanhs:aphs-tweak-aliasing-docs, r=Manishearthbors-1/+1
2016-02-29Add the 'T' present in the rust bookAidan Hobson Sayers-1/+1
2016-02-29Auto merge of #31959 - teoryn:patch-4, r=Manishearthbors-1/+1
2016-02-28Fix typo (an Result)Kevin Stock-1/+1
2016-02-28Fix typo (!#[no_std])Kevin Stock-1/+1
2016-02-28Auto merge of #31897 - tshepang:ref-not-needed, r=steveklabnikbors-1/+1
2016-02-28rustbuild: Update dependenciesAlex Crichton-35/+18
2016-02-28rustbuild: Update nightly dateAlex Crichton-8/+12
2016-02-28rustbuild: Relax assertions about stage0Alex Crichton-3/+1
2016-02-28rustbuild: Remove extra rustc flagsAlex Crichton-15/+1
2016-02-28rustbuild: Add steps for linking a sysrootAlex Crichton-6/+88
2016-02-28rustbuild: Document what steps areAlex Crichton-0/+14
2016-02-28rustbuild: Compile with the build compilerAlex Crichton-2/+2
2016-02-28rustbuild: Move assembling rustc to its own stepAlex Crichton-18/+20
2016-02-28rustbuild: Fix a copy/paste errorAlex Crichton-1/+1
2016-02-28rustbuild: Enable cross-compiling LLVMAlex Crichton-7/+50
2016-02-28rustbuild: Fix compiler-rt build on gnueabihfAlex Crichton-0/+8
2016-02-28rustbuild: Sync changes to Cargo.lockAlex Crichton-2/+0