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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2017-06-05
Prepare 1.18.0 stable release artifacts
Alex Crichton
-1
/
+1
2017-06-01
Fix regression in `macro_rules!` name matching.
Jeffrey Seyfried
-5
/
+36
2017-05-27
Auto merge of #42221 - brson:beta-next, r=alexcrichton
bors
-1
/
+1
2017-05-25
Bump prerelease version
Brian Anderson
-1
/
+1
2017-05-25
Update OpenSSL download location
Alex Crichton
-4
/
+6
2017-05-24
box large variants in MIR
Ariel Ben-Yehuda
-40
/
+42
2017-05-24
Auto merge of #42182 - nikomatsakis:beta, r=brson
bors
-113
/
+452
2017-05-24
Make sure openssl compiles with only one core
Aidan Hobson Sayers
-1
/
+1
2017-05-23
do not fetch variance for items when equating
Niko Matsakis
-31
/
+98
2017-05-23
use equality in the coerce-unsized check
Niko Matsakis
-2
/
+106
2017-05-23
correct various error messages that changed
Niko Matsakis
-10
/
+9
2017-05-23
add a WF obligation if a type variable appears in bivariant position
Niko Matsakis
-18
/
+106
2017-05-23
replace the type generalizer with one based on variance
Niko Matsakis
-65
/
+146
2017-05-23
Bump the prerelease version
Brian Anderson
-1
/
+1
2017-05-23
Stabilize library features for 1.18.0
Steven Fackler
-77
/
+27
2017-05-23
Fix regression on `include!(line!())`.
Jeffrey Seyfried
-5
/
+18
2017-05-22
try to fix lvalue ops for real
Ariel Ben-Yehuda
-17
/
+109
2017-05-22
refactor the handling of lvalue ops
Ariel Ben-Yehuda
-230
/
+204
2017-05-11
Bump beta to .2
Brian Anderson
-1
/
+1
2017-05-10
Added test for #41479 from @eddyb.
Cameron Hart
-0
/
+18
2017-05-10
Add missing struct field index adjustments.
Cameron Hart
-3
/
+18
2017-05-10
typeck: resolve type vars before calling `try_index_step`
Ariel Ben-Yehuda
-2
/
+49
2017-05-10
Try fixing bigendian metadata serialisation
Simonas Kazlauskas
-1
/
+1
2017-04-27
Boostrap beta from the real stable compiler
Alex Crichton
-5
/
+5
2017-04-24
Prepare the 1.18.0 beta release
Alex Crichton
-12
/
+12
2017-04-24
Add more explanation on RefCell::get_mut
Guillaume Gomez
-0
/
+9
2017-04-24
Feature gate in test.
Without Boats
-0
/
+2
2017-04-24
Style.
Without Boats
-3
/
+3
2017-04-24
Fix type error.
Without Boats
-1
/
+1
2017-04-24
Add compile-fail test.
Without Boats
-1
/
+27
2017-04-23
Associated consts are not object safe.
Without Boats
-0
/
+9
2017-04-23
Auto merge of #41486 - arielb1:select-where, r=eddyb
bors
-1
/
+6
2017-04-23
cache ADT dtorck results
Ariel Ben-Yehuda
-398
/
+299
2017-04-23
traits::select: quickly filter out predicates from other traits
Ariel Ben-Yehuda
-1
/
+6
2017-04-23
clean-up adt_sized_constraint now that it uses on-demand
Ariel Ben-Yehuda
-49
/
+21
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-67
/
+180
2017-04-23
rustc_const_eval: CallOn isn't needed, typeck/const-qualif handle those cases.
Eduard-Mihai Burtescu
-3
/
+1
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-149
/
+150
2017-04-23
Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton
bors
-1284
/
+103
2017-04-22
Remove unused import.
Corey Farwell
-1
/
+1
2017-04-22
Auto merge of #41469 - arielb1:rustc-spring-cleaning, r=eddyb
bors
-185
/
+322
2017-04-22
bail out of selection when there are multiple surviving candidates
Ariel Ben-Yehuda
-7
/
+7
2017-04-22
add a cache to impl_polarity
Ariel Ben-Yehuda
-16
/
+15
2017-04-22
allocate less strings in `symbol_names`
Ariel Ben-Yehuda
-52
/
+52
2017-04-22
weak_lang_items: check for `lang` attribute before calling `value_str`
Ariel Ben-Yehuda
-3
/
+4
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-23
/
+85
2017-04-22
short-cut SharedCrateContext::layout_of
Ariel Ben-Yehuda
-28
/
+38
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-55
/
+85
2017-04-22
remove cleanup branches to the resume block
Ariel Ben-Yehuda
-1
/
+36
2017-04-22
Auto merge of #41431 - GuillaumeGomez:hoedown-default, r=aturon
bors
-165
/
+394
[next]