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
2020-03-30
Lint unnamed address comparisons
Tomasz Miąsko
-1
/
+15
2020-03-30
Format
Jonas Schievink
-2
/
+2
2020-03-30
std: Fix over-aligned allocations on wasm32-wasi
Alex Crichton
-1
/
+1
2020-03-30
bless tests
Ralf Jung
-73
/
+136
2020-03-30
Miri stacktrace: record span inside frame, not call-site span
Ralf Jung
-29
/
+12
2020-03-30
Fix #69841 by updating LLVM submodule. Includes regression test for issue 69841.
Felix S. Klock II
-0
/
+30
2020-03-30
Auto merge of #70574 - matthiaskrgr:submodule_upd, r=Centril
bors
-12
/
+8
2020-03-30
Assert that the trait ref does not need inference
Jonas Schievink
-0
/
+1
2020-03-30
Use query instead of `impl_is_default` fn
Jonas Schievink
-24
/
+15
2020-03-30
Sync `Instance::resolve` with the projection code
Jonas Schievink
-53
/
+40
2020-03-30
Add a test
Jonas Schievink
-0
/
+23
2020-03-30
spec. graph: track defining and finalizing impls
Jonas Schievink
-63
/
+93
2020-03-30
Simplify `NodeItem`
Jonas Schievink
-12
/
+8
2020-03-30
update tests, improve variable names
Bastian Kauschke
-12
/
+40
2020-03-30
add test for array len inference
Bastian Kauschke
-0
/
+32
2020-03-30
dedup docs
Bastian Kauschke
-1
/
+0
2020-03-30
Correct long error message according to reviews
Julien Philippon
-2
/
+3
2020-03-30
Document ThreadSanitizer in unstable-book
Tomasz Miąsko
-86
/
+150
2020-03-30
Clean up redudant conditions and match exprs
Russell Cohen
-12
/
+11
2020-03-30
infer arr len from pattern
Bastian Kauschke
-21
/
+90
2020-03-30
submodules: update clippy from 70b93aab to e170c849
Matthias Krüger
-12
/
+8
2020-03-30
Optimize strip_prefix and strip_suffix with str patterns
Nikhil Benesch
-30
/
+107
2020-03-30
Rollup merge of #70567 - JOE1994:patch-3, r=Centril
Dylan DPC
-1
/
+1
2020-03-30
Rollup merge of #70559 - RalfJung:btree-test-miri, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-03-30
Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis
Dylan DPC
-12
/
+18
2020-03-30
Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-03-30
Fix broken link in README
Youngsuk Kim
-1
/
+1
2020-03-30
Add inline attributes for functions used in the query system
John Kåre Alsaker
-0
/
+4
2020-03-30
remove obsolete comment
Tshepang Lekhonkhobe
-3
/
+0
2020-03-30
fix and test aliasing in swap_remove
Ralf Jung
-3
/
+9
2020-03-30
fix aliasing in remove()
Ralf Jung
-5
/
+8
2020-03-30
try_resolve_as_non_binding: span_bug -> delay_span_bug
Mazdak Farrokhzad
-9
/
+82
2020-03-30
also cover next() path of draining iterators
Ralf Jung
-4
/
+11
2020-03-30
test more mutating vector methods
Ralf Jung
-0
/
+30
2020-03-30
fix BTreeMap test compilation with Miri
Ralf Jung
-1
/
+1
2020-03-30
add some tests
Ralf Jung
-4
/
+18
2020-03-30
fix ptr invalidation in Vec::truncate
Ralf Jung
-1
/
+2
2020-03-30
fix pointer invalidation when extnding a vector from an untrusted iterator
Ralf Jung
-1
/
+3
2020-03-30
fix Vec::extend invalidating unrelated pointers
Ralf Jung
-1
/
+2
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-3
/
+3
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-751
/
+591
2020-03-30
parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.
Mazdak Farrokhzad
-0
/
+12
2020-03-30
move the definition of thread priorities to hermit-abi
Stefan Lankes
-25
/
+2
2020-03-30
rustc -> rustc_middle part 5 -- fix tests
Mazdak Farrokhzad
-25
/
+25
2020-03-30
rustc -> rustc_middle part 4 -- pacify tidy
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-739
/
+771
2020-03-30
reorder imports to pass the format check
Stefan Lankes
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1514
/
+1510
2020-03-30
minor changes to pass the format check
Stefan Lankes
-2
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-54
/
+56
[prev]
[next]