summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-11Fix a test on stableAlex Crichton-0/+1
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-24std: Revert addition of `into_ascii_*` methodsAlex Crichton-106/+0
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-03Ignore a rustdoc test that does not work on betaBrian Anderson-0/+1
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-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-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
2016-02-28rustbuild: Only pass RUSTC_FLAGS to target compilesAlex Crichton-3/+3
2016-02-28rustbuild: Enable bootstrapping new hostsAlex Crichton-7/+4
2016-02-28doc: "ref" not needed in the exampleTshepang Lekhonkhobe-1/+1
2016-02-28Auto merge of #31902 - mitaa:rdoc-shorter, r=alexcrichtonbors-3/+75
2016-02-27Auto merge of #31942 - bluss:iter-desugar, r=steveklabnikbors-1/+1
2016-02-27Auto merge of #31931 - Luke-Nukem:master, r=steveklabnikbors-9/+9
2016-02-27Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1bors-12/+28
2016-02-27Make for loop desugaring for iterators more preciseUlrik Sverdrup-1/+1
2016-02-27Resolve ambiguous documentationKevin Stock-4/+4
2016-02-27Add testSimonas Kazlauskas-0/+15
2016-02-27Fix MIR unpretty on failure conditionsSimonas Kazlauskas-12/+13