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
2018-07-13
Fix redox libstd leftover
Tatsuyuki Ishi
-2
/
+2
2018-07-13
Auto merge of #52281 - cramertj:fast-tls, r=alexcrichton
bors
-6
/
+1
2018-07-13
Switch to any from count when checking for non_exhaustive attribute.
David Wood
-2
/
+1
2018-07-12
Bless one more test
ashtneoi
-0
/
+11
2018-07-12
Factor out suggest_ref_mut; use it in rustc_borrowck
ashtneoi
-39
/
+27
2018-07-12
Bless tests and update ERROR
ashtneoi
-5
/
+6
2018-07-12
span_suggestion
csmoe
-11
/
+28
2018-07-12
add nll stderr
csmoe
-0
/
+11
2018-07-12
update test
csmoe
-3
/
+3
2018-07-12
replace ref
csmoe
-4
/
+9
2018-07-12
lint with ref_span
csmoe
-8
/
+6
2018-07-12
update test
csmoe
-0
/
+25
2018-07-12
fix wrong replacing
csmoe
-1
/
+1
2018-07-12
Also test `&mut self` suggestion
ashtneoi
-4
/
+24
2018-07-12
Simplify match expression
ashtneoi
-10
/
+8
2018-07-12
Put the two halves of suggest_ampmut back together
ashtneoi
-22
/
+16
2018-07-12
Don't try to suggest `ref mut` for implicit `ref`
ashtneoi
-20
/
+26
2018-07-12
Reimplement some "add `mut`" suggestions under NLL
ashtneoi
-35
/
+88
2018-07-12
Add `ref mut` suggestion test
ashtneoi
-0
/
+52
2018-07-13
nit: fix typo
Niko Matsakis
-1
/
+1
2018-07-13
nit: fix `all_sccs` comment
Niko Matsakis
-1
/
+1
2018-07-13
nit: tweak comment order
Niko Matsakis
-21
/
+23
2018-07-13
nit: improve SCC comments
Niko Matsakis
-4
/
+19
2018-07-13
nit: clarify "keep it around" comment
Niko Matsakis
-2
/
+2
2018-07-13
nit: s/successor/successors/
Niko Matsakis
-2
/
+2
2018-07-13
nit: `use graph::{self, ..}`
Niko Matsakis
-2
/
+1
2018-07-13
dump scc graphviz too
Niko Matsakis
-8
/
+90
2018-07-13
impl graphviz trait for a newtype of regioncx
Niko Matsakis
-8
/
+11
2018-07-13
compute region values using SCCs not iterative flow
Niko Matsakis
-214
/
+340
2018-07-13
Changed implementation of the third field to make LLVM optimize it better.
kennytm
-31
/
+39
2018-07-13
Auto merge of #52275 - alexcrichton:no-macro-use, r=nrc
bors
-1
/
+99
2018-07-13
Fix bitslice printing.
Nicholas Nethercote
-11
/
+5
2018-07-13
Include is_empty() in PartialEq and Hash.
kennytm
-0
/
+19
2018-07-13
Upgrade implementation of StepBy<RangeInclusive<_>>.
kennytm
-3
/
+5
2018-07-13
Fix some RangeInclusive test cases.
kennytm
-10
/
+19
2018-07-13
Change RangeInclusive to a three-field struct.
kennytm
-97
/
+155
2018-07-13
Make BitSlice's `Word` properly generic.
Nicholas Nethercote
-22
/
+22
2018-07-13
Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb
bors
-44
/
+246
2018-07-13
Inline and remove `DataflowAnalysis::num_bits_overall()`.
Nicholas Nethercote
-13
/
+3
2018-07-13
proc_macro: Fix crate root detection
Vadim Petrochenkov
-10
/
+39
2018-07-12
task: remove wrong comments about non-existent LocalWake trait
Sean McArthur
-5
/
+3
2018-07-12
rustc: Lint against `#[macro_use]` in 2018 idioms
Alex Crichton
-1
/
+99
2018-07-12
Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichton
bors
-8
/
+54
2018-07-12
Update llvm-rebuild-trigger in light of LLVM 7 upgrade
varkor
-1
/
+1
2018-07-12
Moved non_exhaustive message to fields/variants section and onto type.
David Wood
-19
/
+18
2018-07-12
Ensure StorageDead is created even if variable initialization fails
Taylor Cramer
-44
/
+246
2018-07-12
Resolve FIXME(#27942)
ljedrz
-21
/
+1
2018-07-12
deprecation message improvement
Artyom Pavlov
-2
/
+2
2018-07-12
Fix ICE when using a pointer cast as array size
varkor
-1
/
+28
2018-07-12
Revert "Auto merge of #51165 - SimonSapin:opt2, r=alexcrichton"
kennytm
-7
/
+0
[prev]
[next]