index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2019-03-06
Default to integrated `rust-lld` linker for UEFI targets
Philipp Oppermann
-1
/
+1
2019-03-06
Make Cargo a rustc tool again
John Kåre Alsaker
-2
/
+2
2019-03-06
rust-lldb: fix crash when printing empty string
Andy Russell
-0
/
+37
2019-03-06
add test for spurious intra-doc link warning
QuietMisdreavus
-0
/
+18
2019-03-06
don't process `external_traits` when collecting intra-doc links
QuietMisdreavus
-0
/
+10
2019-03-06
Fix buffer invalidation for BufRead
André Vicente Milack
-2
/
+43
2019-03-06
Improve code
Guillaume Gomez
-1
/
+4
2019-03-06
Regression test for issue #58158.
Felix S. Klock II
-0
/
+40
2019-03-06
Avoid ICE during `repr(packed)` well-formedness check via delay_span_bug.
Felix S. Klock II
-4
/
+7
2019-03-06
Regression test for #58813
Felix S. Klock II
-0
/
+14
2019-03-06
Refactor const_to_op
varkor
-9
/
+4
2019-03-06
Desugared asyncs into generators and minimised.
Giles Cope
-12
/
+13
2019-03-05
libstd: implement Error::source for io::Error
Sean McArthur
-0
/
+8
2019-03-06
Rename check_privacy to check_private_in_public
John Kåre Alsaker
-9
/
+9
2019-03-06
Add some comments
John Kåre Alsaker
-1
/
+7
2019-03-06
Execute all parallel blocks even if they panic in a single-threaded compiler
John Kåre Alsaker
-5
/
+45
2019-03-06
Update tests
John Kåre Alsaker
-4
/
+109
2019-03-06
Make wf checking parallel
John Kåre Alsaker
-31
/
+20
2019-03-06
Make misc checking 1 more parallel
John Kåre Alsaker
-37
/
+17
2019-03-06
Make misc checking 2 more parallel
John Kåre Alsaker
-44
/
+17
2019-03-06
Run the first block in a parallel! macro directly in the scope which guarante...
John Kåre Alsaker
-5
/
+6
2019-03-06
Split up privacy checking so privacy_access_levels only does computations req...
John Kåre Alsaker
-70
/
+84
2019-03-05
On incorrect cfg literal/identifier, point at the right span
Esteban Küber
-3
/
+3
2019-03-05
Add a tracking issue for new as_slice methods
Josh Stone
-2
/
+2
2019-03-05
Clean up the example on slice::IterMut::as_slice()
Josh Stone
-6
/
+2
2019-03-05
Apply suggestions from code review
Mazdak Farrokhzad
-4
/
+4
2019-03-05
Make adjustments for comments
varkor
-9
/
+12
2019-03-05
Fix rebase fallout
varkor
-6
/
+6
2019-03-05
Clean up some generic substs handling
varkor
-18
/
+35
2019-03-05
Fix negative integer literal test
varkor
-19
/
+8
2019-03-05
Update test fallout
varkor
-18
/
+4
2019-03-05
Update const generics tests
varkor
-53
/
+30
2019-03-05
Handle const generics elsewhere
varkor
-12
/
+48
2019-03-05
Handle const generics in typeck
varkor
-17
/
+87
2019-03-05
Handle new ConstValue variants in mir
varkor
-12
/
+22
2019-03-05
Implement structural_impls for const generics
varkor
-1
/
+21
2019-03-05
Add HAS_CT_INFER
varkor
-2
/
+5
2019-03-05
Stub rustdoc const generics implementations
varkor
-0
/
+12
2019-03-05
Implement collect for const parameters
varkor
-85
/
+150
2019-03-05
Implement wfcheck for const parameters
varkor
-9
/
+50
2019-03-05
Refactor compare_method
varkor
-45
/
+68
2019-03-05
Add ast_const_to_const
varkor
-11
/
+74
2019-03-05
Make a lazy const from a const param
varkor
-5
/
+24
2019-03-05
Pretty printing for const generics
varkor
-3
/
+67
2019-03-05
Add const type flags
varkor
-17
/
+34
2019-03-05
Take const into account in context
varkor
-26
/
+74
2019-03-05
Stub methods in infer
varkor
-19
/
+34
2019-03-05
Implement Hash for new types
varkor
-0
/
+27
2019-03-05
Update diagnostics to include const parameters
varkor
-4
/
+5
2019-03-05
Add type constraints from const parameters
varkor
-7
/
+42
[prev]
[next]