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-10-09
Prepare the 1.21.0 stable release
Alex Crichton
-1
/
+1
2017-10-06
Merge remote-tracking branch 'origin/beta' into beta-next
Alex Crichton
-33
/
+100
2017-10-06
Update cargo to rust-1.21.0 branch
Alex Crichton
-0
/
+0
2017-10-06
Update liblibc submodule again
Alex Crichton
-19
/
+4
2017-10-06
tweak test case error message for #42023
Niko Matsakis
-3
/
+3
2017-10-06
Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint"
Niko Matsakis
-111
/
+298
2017-10-06
fix logic error in #44269's `prune_cache_value_obligations`
Ariel Ben-Yehuda
-1
/
+1
2017-10-04
Update cargo on beta
Carol (Nichols || Goulding)
-0
/
+0
2017-10-02
Auto merge of #44918 - michaelwoerister:backport-44215, r=alexcrichton
bors
-32
/
+74
2017-09-29
Prevent suggestions from being emitted if all possible locations are inside e...
Oliver Schneider
-15
/
+23
2017-09-29
WIP: don't suggest placing `use` statements into expanded code
Oliver Schneider
-9
/
+23
2017-09-29
Add test for broken suggestion
Oliver Schneider
-9
/
+29
2017-09-28
update prerelease version
Niko Matsakis
-1
/
+1
2017-09-28
update comment
Niko Matsakis
-7
/
+18
2017-09-28
add in a "paranoid" trait bound
Niko Matsakis
-0
/
+34
2017-09-28
limit and clear cache obligations opportunistically
Niko Matsakis
-8
/
+111
2017-09-28
clear out projection subobligations after they are processed
Ariel Ben-Yehuda
-19
/
+112
2017-09-28
Update the libc submodule
Alex Crichton
-12
/
+29
2017-09-28
`--cap-lints allow` switches off `can_emit_warnings`
Zack M. Davis
-3
/
+29
2017-09-28
Fix bug in collecting trait and impl items with derives.
Jeffrey Seyfried
-6
/
+29
2017-09-28
Allow unused extern crate again
David Tolnay
-1
/
+1
2017-09-26
Add a run-pass-valgrind test for vecdeque issue
Steven Fackler
-0
/
+25
2017-09-26
Fix capacity comparison in reserve
Steven Fackler
-1
/
+1
2017-09-25
Use the new String::splice tracking issue for string::Splice
David Tolnay
-6
/
+6
2017-09-25
Backport libs stabilizations to 1.21 beta
David Tolnay
-12
/
+12
2017-09-24
Updated tracking issue for String::splice and its unstable-book entry
Michal Budzynski
-5
/
+4
2017-09-24
stabilized vec_splice (fixes #32310)
Michal Budzynski
-10
/
+9
2017-09-24
stabilized needs_drop (fixes #41890)
Michal Budzynski
-4
/
+1
2017-09-24
ci: Upload/download from a new S3 bucket
Alex Crichton
-7
/
+9
2017-09-24
Added more text from unstable-book to `compiler_fence` docs
Michal Budzynski
-4
/
+19
2017-09-24
Added example to `compiler_fence` docs taken from unstable-book
Michal Budzynski
-0
/
+34
2017-09-24
stabilized compiler_fences (fixes #41091)
Michal Budzynski
-107
/
+1
2017-09-24
stabilized iterator_for_each (closes #42986)
Michal Budzynski
-22
/
+1
2017-09-24
stabilized ord_max_min (fixes #25663)
Michal Budzynski
-7
/
+2
2017-09-24
travis: Move sccache to the us-west-1 region
Alex Crichton
-6
/
+7
2017-09-24
stabilize tcpstream_connect_timeout (closes #43079)
Michal Budzynski
-1
/
+1
2017-09-14
Bump beta to .3
Alex Crichton
-1
/
+1
2017-09-14
Attempt to fix the component manifest problem for rls-preview
Nick Cameron
-4
/
+13
2017-09-14
update "since" for discriminant_value
Alex Burka
-8
/
+8
2017-09-14
rustc: Spawn `cmd /c emcc.bat` explicitly
Alex Crichton
-2
/
+20
2017-09-14
Include rustc in the default `./x.py install`
Josh Stone
-1
/
+1
2017-09-14
stabilize mem::discriminant (closes #24263)
Alex Burka
-15
/
+8
2017-09-01
[beta] Boostrap from released compilers
Alex Crichton
-2
/
+2
2017-09-01
Bump beta to .2
Alex Crichton
-1
/
+1
2017-09-01
rustbuild: Fix dependencies of build-manifest
Alex Crichton
-1
/
+1
2017-09-01
bootstrap: remove unneeded extern crate
Tatsuyuki Ishi
-1
/
+0
2017-09-01
std: Mark allocation functions as nounwind
Alex Crichton
-0
/
+68
2017-09-01
Auto merge of #44204 - nrc:beta, r=alexcrichton
bors
-3
/
+456
2017-08-31
Auto merge of #44148 - arielb1:closure-key-beta, r=nikomatsakis
bors
-59
/
+113
2017-08-31
Rename the rls component to rls-preview on beta/stable
Nick Cameron
-4
/
+9
[next]