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-03-27
Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus
Josh Stone
-0
/
+42
2019-03-27
Rollup merge of #58837 - Centril:librustc_interface_2018, r=petrochenkov
Josh Stone
-39
/
+22
2019-03-27
Rollup merge of #58253 - taiki-e:librustc_driver-2018, r=petrochenkov
Josh Stone
-45
/
+23
2019-03-27
Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril
Josh Stone
-79
/
+20
2019-03-27
Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister
Josh Stone
-55
/
+168
2019-03-27
Visit path in `walk_mac`
varkor
-3
/
+3
2019-03-27
Document std::fs::File close behavior ignoring errors
Chris Gregory
-1
/
+4
2019-03-27
Speed up rustdoc run a bit
Guillaume Gomez
-39
/
+48
2019-03-27
Update books
Eric Huss
-3
/
+7
2019-03-27
musl: build toolchain libs with -fPIC
Mateusz MikuĊa
-0
/
+4
2019-03-27
Better diagnostic for binary operation on BoxedValues
hgallagher1993
-85
/
+211
2019-03-27
Add comments for new `AdtDef` functions.
David Wood
-0
/
+5
2019-03-27
Regression test for rust-lang/rust#56327.
Felix S. Klock II
-0
/
+25
2019-03-27
Some tests illustrating where the revised lint does and does not apply.
Felix S. Klock II
-0
/
+346
2019-03-27
Add higher-ranked trait bounds link
Chris Gregory
-0
/
+1
2019-03-27
Clarify behavior of dbg macro
Nikhil Benesch
-1
/
+2
2019-03-27
replace llvm-rebuild-trigger with commit hash
Andy Russell
-19
/
+33
2019-03-27
Add a test
Taiki Endo
-0
/
+18
2019-03-27
Do not lint `dyn` tokens under macros.
Felix S. Klock II
-11
/
+36
2019-03-27
Auto merge of #59415 - varkor:values_since_snapshot, r=eddyb
bors
-99
/
+122
2019-03-27
Include id in Thread's Debug implementation
Konrad Borowski
-1
/
+4
2019-03-27
Add some tests
Yuki OKUSHI
-0
/
+88
2019-03-27
Use Vec instead of FxHashMap
varkor
-19
/
+20
2019-03-27
Lookup region variable origin instead of choosing one
varkor
-15
/
+18
2019-03-27
Store type variable origins in InferenceFudger
varkor
-6
/
+13
2019-03-27
Propitiate tidy
varkor
-1
/
+2
2019-03-27
Update ena to version 0.13.0
varkor
-1
/
+1
2019-03-27
Use `eq_relations`
varkor
-10
/
+8
2019-03-27
Add `next_int_var` and `next_float_var`
varkor
-10
/
+16
2019-03-27
Simplify `fudge_inference_if_ok`
varkor
-19
/
+19
2019-03-27
Add int variables and float variables to `InferenceFudger`
varkor
-9
/
+35
2019-03-27
Rename `RegionFudger` to `InferenceFudger`
varkor
-8
/
+8
2019-03-27
Remove `TypeVariableMap`
varkor
-2
/
+0
2019-03-27
Use Ranges for vars_since_snapshot
varkor
-39
/
+38
2019-03-27
Simplify `TypeVariableTable::vars_since_snapshot`
varkor
-13
/
+4
2019-03-27
Simplify `RegionConstraintCollector::vars_since_snapshot`
varkor
-6
/
+1
2019-03-27
Make `vars_since_snapshot` naming consistent
varkor
-12
/
+10
2019-03-27
Update ena
varkor
-1
/
+1
2019-03-27
add negative test case in assignment-expected-bool
Mazdak Farrokhzad
-2
/
+23
2019-03-27
adjust assignment-in-if test accordingly.
Mazdak Farrokhzad
-6
/
+26
2019-03-27
add test for assignment x = y where type bool is expected.
Mazdak Farrokhzad
-0
/
+164
2019-03-27
generalize diagnostic for x = y where type bool is expected.
Mazdak Farrokhzad
-85
/
+111
2019-03-27
Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov
bors
-2
/
+59
2019-03-27
librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml
Mazdak Farrokhzad
-1
/
+1
2019-03-27
librustc_interface => 2018
Mazdak Farrokhzad
-38
/
+21
2019-03-27
Make into itemized list and fix some wording
Chris Gregory
-7
/
+10
2019-03-27
Minor rewordings and add `dyn` keyword
Chris Gregory
-9
/
+9
2019-03-27
Auto merge of #59447 - GuillaumeGomez:rollup, r=GuillaumeGomez
bors
-126
/
+433
2019-03-27
Add documentation about `for` used as higher ranked trait bounds
Chris Gregory
-5
/
+7
2019-03-27
Give variant parts their own unique id
Philip Craig
-17
/
+28
[prev]
[next]