about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-07fix bad logicEsteban Küber-3/+4
2019-03-07Fix segfaults in release build C-variadic fnsDan Robertson-9/+27
2019-03-07hir: remove some obsolete NodeId methodsljedrz-49/+35
2019-03-07hir: remove Visitor::visit_def_mentionljedrz-20/+1
2019-03-07hir: replace NodeId with HirId in Destinationljedrz-29/+30
2019-03-07hir: remove NodeId from PatKindljedrz-53/+48
2019-03-07Keep current behavior while accepting error countEsteban Küber-11/+30
2019-03-07Actually publish miri in the manifestOliver Scherer-1/+3
2019-03-07fix bad use of with_emitterEsteban Küber-2/+2
2019-03-07hir: remove NodeId from PathSegmentljedrz-14/+4
2019-03-07HirIdification: replace NodeId method callsljedrz-339/+336
2019-03-06Wrap a long configure lineJosh Stone-1/+2
2019-03-06[CI] Update binutils for powerpc64 and powerpc64leJosh Stone-1/+20
2019-03-06Fix incorrect defaultEsteban Kuber-1/+1
2019-03-06Make `-Z treat-err-as-bug` take a number of errors to be emittedEsteban Küber-19/+28
2019-03-06Rely on drop to emit unclosed delimsEsteban Küber-1/+0
2019-03-06Simplify codeEsteban Küber-29/+16
2019-03-06Add regression test for #58886Esteban Küber-0/+53
2019-03-06Always emit mismatched delim errors, never panicEsteban Küber-3/+2
2019-03-06Collect unclosed delimiters in parent parserEsteban Küber-35/+45
2019-03-06Emit missing unclosed delimiter errorsEsteban Küber-55/+56
2019-03-06Panic when unmatched delimiters aren't emittedEsteban Küber-1/+8
2019-03-06Reduce test caseEsteban Küber-18/+4
2019-03-06Emit unclosed delimiters during recoveryEsteban Küber-1/+14
2019-03-06Bail when encountering a second unexpected token in the same spanEsteban Küber-78/+25
2019-03-06Do not panic on missing close parenEsteban Küber-1/+110
2019-03-06Surround found token with `Esteban Küber-3/+3
2019-03-06Fix buffer invalidation at BufReader.read_vectoredAndré Vicente Milack-9/+11
2019-03-06Apply suggestions from code reviewRalf Jung-1/+1
2019-03-06Apply suggestions from code reviewMazdak Farrokhzad-3/+3
2019-03-06Default to integrated `rust-lld` linker for UEFI targetsPhilipp Oppermann-1/+1
2019-03-06Make Cargo a rustc tool againJohn Kåre Alsaker-2/+2
2019-03-06rust-lldb: fix crash when printing empty stringAndy Russell-0/+37
2019-03-06Fix buffer invalidation for BufReadAndré Vicente Milack-2/+43
2019-03-06Improve codeGuillaume Gomez-1/+4
2019-03-06Regression test for issue #58158.Felix S. Klock II-0/+40
2019-03-06Avoid ICE during `repr(packed)` well-formedness check via delay_span_bug.Felix S. Klock II-4/+7
2019-03-06Regression test for #58813Felix S. Klock II-0/+14
2019-03-06Refactor const_to_opvarkor-9/+4
2019-03-06Desugared asyncs into generators and minimised.Giles Cope-12/+13
2019-03-05libstd: implement Error::source for io::ErrorSean McArthur-0/+8
2019-03-06Rename check_privacy to check_private_in_publicJohn Kåre Alsaker-9/+9
2019-03-06Add some commentsJohn Kåre Alsaker-1/+7
2019-03-06Execute all parallel blocks even if they panic in a single-threaded compilerJohn Kåre Alsaker-5/+45
2019-03-06Update testsJohn Kåre Alsaker-4/+109
2019-03-06Make wf checking parallelJohn Kåre Alsaker-31/+20
2019-03-06Make misc checking 1 more parallelJohn Kåre Alsaker-37/+17
2019-03-06Make misc checking 2 more parallelJohn Kåre Alsaker-44/+17
2019-03-06Run the first block in a parallel! macro directly in the scope which guarante...John Kåre Alsaker-5/+6
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-70/+84