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-10-05
Rename the test
Jonas Schievink
-6
/
+6
2019-10-05
Extend test and fix nits
Jonas Schievink
-8
/
+72
2019-10-05
Pacify tidy
Jonas Schievink
-3
/
+6
2019-10-05
Test that we get the proper errors
Jonas Schievink
-0
/
+70
2019-10-05
Fix the bootstrap
Jonas Schievink
-0
/
+8
2019-10-05
Hide the `Iterator` specialization behind a trait
Jonas Schievink
-5
/
+22
2019-10-05
Add comment to `Type` and `OpaqueTy` match
Jonas Schievink
-1
/
+1
2019-10-05
Deny specializing items not in the parent impl
Jonas Schievink
-43
/
+104
2019-10-05
lint: extern non-exhaustive types are improper
David Wood
-0
/
+175
2019-10-05
Fix typo on `now()` comments
BO41
-28
/
+23
2019-10-05
Replaces some instances of `as *[const | mut] _` with `.cast()`
memoryruins
-24
/
+24
2019-10-05
Account for macro invocation in `let mut $pat` diagnostic.
Mazdak Farrokhzad
-1
/
+76
2019-10-05
Correctly estimate required space for string
AnthonyMikh
-1
/
+1
2019-10-04
Update the documented default of -Z mutable-noalias
Josh Stone
-1
/
+1
2019-10-04
Remove unneeded visit_statement definition
Santiago Pastorino
-6
/
+0
2019-10-04
Make `into` schedule drop for the destination
Matthew Jasper
-252
/
+472
2019-10-04
Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton
bors
-537
/
+376
2019-10-04
Fix lonely backtick
Yechan Bae
-1
/
+1
2019-10-04
Add ignore-asmjs to new test
Thomas Lively
-0
/
+1
2019-10-04
Allow unused attributes to avoid incremental bug
Mark Rousskov
-0
/
+2
2019-10-04
middle::intrinsicck -> rustc_passes
Mark Rousskov
-114
/
+116
2019-10-04
middle::entry -> rustc_passes
Mark Rousskov
-86
/
+92
2019-10-04
middle::dead -> rustc_passes
Mark Rousskov
-14
/
+14
2019-10-04
move middle::liveness to rustc_passes
Mark Rousskov
-15
/
+15
2019-10-04
dont run these tests on targets that default to panic=abort.
Felix S. Klock II
-0
/
+2
2019-10-04
[const-prop] Fix ICE when trying to eval polymorphic promoted MIR
Wesley Wiser
-11
/
+29
2019-10-04
Disable stack probe when thread sanitizer is enabled
Tomasz Miąsko
-4
/
+6
2019-10-04
Remove dead module
Tatsuyuki Ishi
-204
/
+0
2019-10-04
clean up GeneratorSubsts
csmoe
-71
/
+58
2019-10-04
remove GeneratorSubsts visitors
csmoe
-14
/
+4
2019-10-04
replace GeneratorSubsts inside related types
csmoe
-9
/
+9
2019-10-04
generate GeneratorSubsts from SubstsRef
csmoe
-32
/
+31
2019-10-04
replace GeneratorSubsts with SubstsRef
csmoe
-2
/
+10
2019-10-04
Upgrade librustc_macros dependencies
Mateusz Mikuła
-8
/
+8
2019-10-04
Regression test for #63154.
Felix S. Klock II
-0
/
+34
2019-10-04
Add some missing normalization calls to fix #63154
Felix S. Klock II
-0
/
+3
2019-10-04
Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark...
bors
-0
/
+8
2019-10-04
Add C ABI for wasm-bindgen compat
Thomas Lively
-0
/
+30
2019-10-04
Remove asmjs and wasm32 from PR CI
Thomas Lively
-4
/
+0
2019-10-04
Revert "Temporarily enable wasm32 CI"
Thomas Lively
-0
/
+0
2019-10-04
Temporarily enable wasm32 CI
Thomas Lively
-0
/
+0
2019-10-04
Fix ABI, run and fix more tests, re-enable CI for PRs
Thomas Lively
-131
/
+202
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-424
/
+165
2019-10-04
Replace `flat_map()` with `filter_map()` in `is_useful_specialized()`.
Nicholas Nethercote
-3
/
+5
2019-10-04
Introduce a special case in `IntRange::from_const`.
Nicholas Nethercote
-26
/
+38
2019-10-04
Rearrange `IntRange::from_{ctor,pat}()`.
Nicholas Nethercote
-40
/
+69
2019-10-04
Inline and remove `constructor_intersects_pattern()`.
Nicholas Nethercote
-33
/
+26
2019-10-04
Combine two `match` arms in `specialize()`.
Nicholas Nethercote
-70
/
+68
2019-10-04
Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkov
Mazdak Farrokhzad
-2
/
+1
2019-10-04
Rollup merge of #65026 - petrochenkov:ice1, r=eddyb
Mazdak Farrokhzad
-129
/
+85
[prev]
[next]