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
Age
Commit message (
Expand
)
Author
Lines
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
2019-03-05
Add ConstValue::Param and ConstValue::Infer
varkor
-1
/
+9
2019-03-05
Add const kind and UnpackedKind::Const
varkor
-6
/
+110
2019-03-05
Take const generics into account when monomorphising
varkor
-22
/
+60
2019-03-05
Use non_erasable_generics for codegen
varkor
-3
/
+5
2019-03-05
Add type_flags helper methods to consts
varkor
-0
/
+43
2019-03-05
Add InferConst
varkor
-0
/
+11
2019-03-05
Add ConstVid
varkor
-0
/
+7
2019-03-05
Add ParamConst
varkor
-0
/
+20
2019-03-05
Add Const generic param to ty
varkor
-4
/
+24
2019-03-05
Add self to mailmap
Nathan West
-0
/
+1
2019-03-05
SGX target: Expose thread id function in os module
Jethro Beekman
-0
/
+6
2019-03-05
only print coverage pass lists if running on nightly
QuietMisdreavus
-7
/
+11
2019-03-05
remove unused Display impl
QuietMisdreavus
-7
/
+0
2019-03-05
Add a test for HashStable stability
John Kåre Alsaker
-0
/
+63
[prev]
[next]