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
Age
Commit message (
Expand
)
Author
Lines
2016-06-24
Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton
bors
-16
/
+15
2016-06-24
Reexport syntax_pos in codemap and fix some cfail tests
Jonathan Turner
-1
/
+3
2016-06-24
Use `Option::expect` instead of `unwrap_or_else` with `panic!`.
Corey Farwell
-3
/
+3
2016-06-24
Indicate how the `JoinHandle` struct is created.
Corey Farwell
-0
/
+6
2016-06-24
Add regression test
Jeffrey Seyfried
-0
/
+34
2016-06-24
Revert a change to the relative path for macro-expanded `include!`s
Jeffrey Seyfried
-1
/
+2
2016-06-24
Add `ecx.stmt_semi()` and fix issues with the pretty-printer
Jeffrey Seyfried
-3
/
+18
2016-06-24
Auto merge of #34399 - alexcrichton:issue-audit, r=brson
bors
-31
/
+26
2016-06-24
Fix rfail test missing import
Jonathan Turner
-0
/
+1
2016-06-24
Bubble up the errors in `set_nonblocking` and `set_cloexec`
Tobias Bucher
-30
/
+30
2016-06-23
Auto merge of #34055 - brson:cmake, r=alexcrichton
bors
-239
/
+277
2016-06-23
Renames "lets_do_this" macro more appropriately.
Paul Jarrett
-2
/
+2
2016-06-23
Auto merge of #34077 - durka:patch-23, r=alexcrichton
bors
-4
/
+61
2016-06-23
Fix up rpass tests missing imports
Jonathan Turner
-5
/
+12
2016-06-24
[doc] Fix links in Ownership section of the book
Tatsuya Kawano
-1
/
+3
2016-06-23
Refactor away duplicate method `ecx.block_all()`
Jeffrey Seyfried
-12
/
+7
2016-06-23
rustdoc: Fix panic caused by doc(hidden) trait methods
Oliver Middleton
-10
/
+33
2016-06-23
Add missing 'extern crate' for test
Jonathan Turner
-0
/
+1
2016-06-23
std: Fix up stabilization discrepancies
Alex Crichton
-31
/
+26
2016-06-23
add control flow graph and algorithms. add dominator to mir
Scott A Carr
-3
/
+871
2016-06-23
Updating test I missed for old school refactor
Jonathan Turner
-2
/
+3
2016-06-23
make old school mode a bit more configurable
Jonathan Turner
-43
/
+104
2016-06-24
Fix typo in future incompatible lint
Seo Sanghyeon
-1
/
+1
2016-06-23
Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnik
bors
-1
/
+5
2016-06-23
Add regression test
Jeffrey Seyfried
-0
/
+31
2016-06-23
Avoid wasting node ids
Jeffrey Seyfried
-0
/
+25
2016-06-23
Remove field `expr` of `ast::Block`
Jeffrey Seyfried
-120
/
+88
2016-06-23
Add missing refernce to RenderedLine
Jonathan Turner
-1
/
+1
2016-06-23
Move test helper functions to consolidated codemap testing
Jonathan Turner
-63
/
+64
2016-06-23
Actually consolidate the CodeMap tests
Jonathan Turner
-517
/
+517
2016-06-23
Fix touchy test to work with old and new error format
Jonathan Turner
-3
/
+3
2016-06-23
Consolidate codemap tests and fix more errors for travis
Jonathan Turner
-863
/
+828
2016-06-23
Address more travis errors
Jonathan Turner
-9
/
+15
2016-06-23
Address comments and fix travis warning
Jonathan Turner
-7
/
+3
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1175
/
+1388
2016-06-23
Don't ignore errors of syscalls in std::sys::unix::fd
Tobias Bucher
-4
/
+4
2016-06-23
Auto merge of #34364 - cynicaldevil:develop, r=GuillaumeGomez
bors
-6
/
+25
2016-06-23
Use `len` instead of `size_hint` where appropiate
Tobias Bucher
-16
/
+15
2016-06-23
Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrc
bors
-100
/
+77
2016-06-23
Added Default trait for Cow
Aaronepower
-0
/
+11
2016-06-23
Improve diagnostics E0425: `use` (public) items
Liigo Zhuang
-0
/
+11
2016-06-22
Auto merge of #34374 - jseyfried:fix_hygiene_bug, r=nrc
bors
-596
/
+163
2016-06-23
Cleanup comments
Jeffrey Seyfried
-4
/
+4
2016-06-23
Don't translate vtable methods with Self: Sized bounds.
Eduard Burtescu
-1
/
+34
2016-06-22
upgrade thread_local! invocation syntax
Alex Burka
-4
/
+61
2016-06-22
More hygiene tests
Jeffrey Seyfried
-3
/
+75
2016-06-22
Use the correct types in float examples
Oliver Middleton
-24
/
+20
2016-06-22
Auto merge of #33748 - emilio:mpsc-recv-timeout, r=alexcrichton
bors
-42
/
+396
2016-06-23
Switched tense to clarify what is happening in the example
Alfie John
-1
/
+1
2016-06-22
std: sync: Implement recv_timeout()
Emilio Cobos Álvarez
-42
/
+396
[prev]
[next]