about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-06add test for spurious intra-doc link warningQuietMisdreavus-0/+18
2019-03-06don't process `external_traits` when collecting intra-doc linksQuietMisdreavus-0/+10
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
2019-03-05On incorrect cfg literal/identifier, point at the right spanEsteban Küber-3/+3
2019-03-05Add a tracking issue for new as_slice methodsJosh Stone-2/+2
2019-03-05Clean up the example on slice::IterMut::as_slice()Josh Stone-6/+2
2019-03-05Apply suggestions from code reviewMazdak Farrokhzad-4/+4
2019-03-05Make adjustments for commentsvarkor-9/+12
2019-03-05Fix rebase falloutvarkor-6/+6
2019-03-05Clean up some generic substs handlingvarkor-18/+35
2019-03-05Fix negative integer literal testvarkor-19/+8
2019-03-05Update test falloutvarkor-18/+4
2019-03-05Update const generics testsvarkor-53/+30
2019-03-05Handle const generics elsewherevarkor-12/+48
2019-03-05Handle const generics in typeckvarkor-17/+87
2019-03-05Handle new ConstValue variants in mirvarkor-12/+22
2019-03-05Implement structural_impls for const genericsvarkor-1/+21
2019-03-05Add HAS_CT_INFERvarkor-2/+5
2019-03-05Stub rustdoc const generics implementationsvarkor-0/+12
2019-03-05Implement collect for const parametersvarkor-85/+150
2019-03-05Implement wfcheck for const parametersvarkor-9/+50
2019-03-05Refactor compare_methodvarkor-45/+68
2019-03-05Add ast_const_to_constvarkor-11/+74
2019-03-05Make a lazy const from a const paramvarkor-5/+24
2019-03-05Pretty printing for const genericsvarkor-3/+67
2019-03-05Add const type flagsvarkor-17/+34
2019-03-05Take const into account in contextvarkor-26/+74
2019-03-05Stub methods in infervarkor-19/+34
2019-03-05Implement Hash for new typesvarkor-0/+27
2019-03-05Update diagnostics to include const parametersvarkor-4/+5
2019-03-05Add type constraints from const parametersvarkor-7/+42