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-17
Add long error explanation for E0575
Guillaume Gomez
-1
/
+53
2019-10-17
show up some extra info when t!() fails
Guanqun Lu
-1
/
+8
2019-10-17
Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlively
bors
-603
/
+437
2019-10-16
Remove PR runs, enable wasm32 CI, and move asmjs to disabled
Thomas Lively
-6
/
+2
2019-10-17
Use a sharded dep node to dep node index map
John Kåre Alsaker
-15
/
+44
2019-10-16
doc: fix typo in OsStrExt and OsStringExt
Ben Boeckel
-4
/
+4
2019-10-17
Auto merge of #65234 - GuillaumeGomez:long-err-explanation-E0573, r=kinnison
bors
-5
/
+87
2019-10-16
Suppress validation mismatch ICE in the presence of mut borrows
Dylan MacKenzie
-17
/
+58
2019-10-16
Enable `drain_filter`
Dylan MacKenzie
-0
/
+1
2019-10-16
Add regression test for #65394
Dylan MacKenzie
-0
/
+24
2019-10-16
User should not change between emcc install and use
Thomas Lively
-12
/
+6
2019-10-16
Update test expectations
Thomas Lively
-1
/
+1
2019-10-16
Update test and add -O1 to wasm32 Dockerfile
Thomas Lively
-2
/
+3
2019-10-16
Temporarily enable asmjs and wasm32 on PR CI
Thomas Lively
-0
/
+4
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-538
/
+377
2019-10-17
Inline and remove `iterate_until_fixed_point()`.
Nicholas Nethercote
-39
/
+28
2019-10-16
fmt::Write is about string slices, not byte slices
Ralf Jung
-2
/
+2
2019-10-16
panictry!(..) -> .unwrap()
Mazdak Farrokhzad
-2
/
+2
2019-10-16
Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakis
bors
-60
/
+72
2019-10-17
Use a `BitSet` in `LexicalResolver::iterate_until_fixed_point()`.
Nicholas Nethercote
-5
/
+18
2019-10-16
Lint only on single element overlap
Esteban Küber
-59
/
+20
2019-10-16
Only emit overlapping patterns lint if the overlap is partial
Esteban Küber
-111
/
+66
2019-10-16
Continue to emit unreachable pattern on cases caught by overlapping patterns
Esteban Küber
-34
/
+76
2019-10-16
rename method
Esteban Küber
-2
/
+2
2019-10-16
Deduplicate code for formatting `RangeEnd`
Esteban Küber
-9
/
+12
2019-10-16
review comments: use if let
Esteban Küber
-6
/
+3
2019-10-16
Move lint emitter to its own method
Esteban Küber
-18
/
+27
2019-10-16
Silence lint in `fit_signed` and `fit_unsigned`
Esteban Küber
-0
/
+2
2019-10-16
Move overlapping patterns to its own lint
Esteban Küber
-14
/
+40
2019-10-16
Add check for overlapping ranges to unreachable patterns lint
Esteban Küber
-118
/
+325
2019-10-16
Uninitialized boxes: check for zero-size allocation based on Layout::size
Simon Sapin
-4
/
+4
2019-10-16
add example for type_name
Lzu Tao
-0
/
+9
2019-10-16
Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichton
bors
-0
/
+0
2019-10-16
Bless graphviz test with unique identifiers
Dylan MacKenzie
-7
/
+4
2019-10-16
ui-fulldeps: make them pass again?
Mazdak Farrokhzad
-9
/
+13
2019-10-16
Mirror crosstool-ng on rust-lang-ci-mirrors
msizanoen
-1
/
+2
2019-10-16
Update cargo, books
Eric Huss
-0
/
+0
2019-10-16
Auto merge of #65172 - tanriol:explain_borrow-use-context-dominators, r=nagisa
bors
-1
/
+1
2019-10-16
update ui tests
Guillaume Gomez
-4
/
+13
2019-10-16
Add long error explanation for E0573
Guillaume Gomez
-1
/
+74
2019-10-16
Check if there are any delayed_span_bugs and abort incremental compilation in...
Quentin Boyer
-1
/
+18
2019-10-16
make tidy happy
Mazdak Farrokhzad
-3
/
+13
2019-10-16
mbe: leave a FIXME
Mazdak Farrokhzad
-0
/
+3
2019-10-16
parser: leave a FIXME for later
Mazdak Farrokhzad
-0
/
+2
2019-10-16
move SeqSep to parser.rs
Mazdak Farrokhzad
-30
/
+31
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-423
/
+466
2019-10-16
syntax::parse: don't depend on syntax::ext
Mazdak Farrokhzad
-6
/
+12
2019-10-16
attr: remove dep on ExtCtxt
Mazdak Farrokhzad
-11
/
+22
2019-10-16
ast: use more direct imports
Mazdak Farrokhzad
-9
/
+8
2019-10-16
syntax: reduce visibilities
Mazdak Farrokhzad
-101
/
+101
[prev]
[next]