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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-08-09
rustc_middle: use IndexSet in OnDiskCache
Josh Stone
-17
/
+5
2020-08-09
rustc_metadata: use IndexSet in EncodeContext
Josh Stone
-17
/
+5
2020-08-09
rustc_data_structures: use IndexSet in TransitiveRelation
Josh Stone
-26
/
+13
2020-08-09
rustc_codegen_llvm: use IndexSet in CoverageMapGenerator
Josh Stone
-16
/
+10
2020-08-09
Upgrade indexmap to 1.5.1, now using hashbrown!
Josh Stone
-1
/
+1
2020-08-09
Rename "Important traits" to "Notable traits"
Camelid
-21
/
+21
2020-08-09
Remove normalization of `Span` debug output in proc-macro tests
Aaron Hill
-163
/
+233
2020-08-09
Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov
bors
-4
/
+25
2020-08-09
Upgrade the FreeBSD toolchain to version 11.4
Josh Stone
-25
/
+11
2020-08-09
bless MIR
Ralf Jung
-31
/
+31
2020-08-09
evaluate required_consts when pushing stack frame in Miri engine
Ralf Jung
-0
/
+7
2020-08-09
move stack size check to const_eval machine
Ralf Jung
-5
/
+10
2020-08-09
Add sanitizer support on FreeBSD
Greg V
-7
/
+19
2020-08-09
Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkov
bors
-33
/
+39
2020-08-09
instance: only polymorphize upvar substs
David Wood
-88
/
+33
2020-08-09
move const_eval error reporting logic into rustc_mir::const_eval::error
Ralf Jung
-194
/
+201
2020-08-09
Add comment about the lack of `ExpnData` serialization for proc-macro crates
Aaron Hill
-0
/
+7
2020-08-09
Give precedence to primitives over modules
Joshua Nelson
-4
/
+11
2020-08-09
Avoid deleting temporary files on error
Mark Rousskov
-24
/
+53
2020-08-09
Remove E0749 from untested error codes
Guillaume Gomez
-1
/
+1
2020-08-09
Clean up E0749 explanation
Guillaume Gomez
-4
/
+19
2020-08-09
tests: Mark `ui/asm/bad-arch.rs` as requiring wasm llvm backend
Vadim Petrochenkov
-1
/
+2
2020-08-09
Change Ord impl for ParamKindOrd
kadmin
-55
/
+82
2020-08-09
Switched to unordered field in ParamKindOrd
kadmin
-9
/
+17
2020-08-09
Add ParamKindOrd::ConstUnordered variant
kadmin
-2
/
+3
2020-08-09
Blessed old test where error message had changed
kadmin
-5
/
+2
2020-08-09
Test lifetimes after types after consts forbidden
kadmin
-10
/
+47
2020-08-09
Added +1 test for only works w/ feat const gen
kadmin
-3
/
+59
2020-08-09
add allow unused_unsafe and allow dead_code
Ryan1729
-10
/
+12
2020-08-09
fix unary minus on usize and unused variable errors in .fixed file
Ryan1729
-32
/
+32
2020-08-09
add a test example of where transmutes_expressible_as_ptr_casts should not su...
Ryan1729
-2
/
+26
2020-08-08
Detect likely `for foo of bar` JS syntax
Esteban Küber
-7
/
+25
2020-08-08
Fix ICE #75307 in `format`
Esteban Küber
-20
/
+26
2020-08-08
update stderr for transmutes_expressible_as_ptr_casts
Ryan1729
-8
/
+8
2020-08-08
Don't try to use wasm intrinsics on vectors
Alex Crichton
-24
/
+31
2020-08-09
Rollup merge of #75292 - slanterns:cleanup-E0502, r=GuillaumeGomez
Yuki Okushi
-2
/
+2
2020-08-09
Rollup merge of #75291 - GuillaumeGomez:cleanup-e0750, r=pickfire
Yuki Okushi
-6
/
+19
2020-08-09
Rollup merge of #75290 - rust-lang:min_const_generics-version, r=jonas-schievink
Yuki Okushi
-1
/
+1
2020-08-09
Rollup merge of #74712 - strom-und-spiele:E0271-cleanup, r=Mark-Simulacrum
Yuki Okushi
-30
/
+13
2020-08-08
Remove E0750 from unchecked error codes
Guillaume Gomez
-2
/
+1
2020-08-08
Clean up E0750 explanation
Guillaume Gomez
-4
/
+18
2020-08-08
Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr
bors
-15
/
+104
2020-08-08
Add another test
Joshua Nelson
-0
/
+32
2020-08-08
Miri: Renamed "undef" to "uninit"
Philippe Nadon
-37
/
+37
2020-08-08
Auto merge of #74533 - nikic:issue-74425, r=eddyb
bors
-8
/
+32
2020-08-08
Use `&` instead of `let ref` in E0502
Slanterns
-2
/
+2
2020-08-08
fix `min_const_generics` version
Bastian Kauschke
-1
/
+1
2020-08-08
Add a regression test for match guard
Lzu Tao
-0
/
+18
2020-08-08
Fallback to pase_expr because match guard accepts struct literals
Lzu Tao
-6
/
+28
2020-08-08
Gate to if-let guard feature
Lzu Tao
-30
/
+440
[prev]
[next]