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
2016-10-11
Code for enforcing `#[may_dangle]` attribute.
Felix S. Klock II
-15
/
+91
2016-10-11
Thread `pure_wrt_drop` field through lifetime and type parameters.
Felix S. Klock II
-5
/
+27
2016-10-11
Add feature gate for `dropck_eyepatch` feature (RFC 1327).
Felix S. Klock II
-0
/
+8
2016-10-11
Merge two `impl<T> Vec<T>` blocks.
Simon Sapin
-126
/
+124
2016-10-11
Add Vec::dedup_by and Vec::dedup_by_key
Simon Sapin
-1
/
+73
2016-10-11
Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brson
bors
-0
/
+30
2016-10-11
Fix Android compilation `io::Error` -> `io::ErrorKind`
Tobias Bucher
-2
/
+2
2016-10-11
Auto merge of #36825 - sbwtw:master, r=alexcrichton
bors
-2
/
+12
2016-10-11
Add test.
Jeffrey Seyfried
-3
/
+3
2016-10-11
Remove `LegacyBindingKind::MacroUse`.
Jeffrey Seyfried
-34
/
+15
2016-10-11
Clean up the scopes of expanded `#[macro_use]` imports.
Jeffrey Seyfried
-32
/
+31
2016-10-11
Add support for undetermined macro invocations.
Jeffrey Seyfried
-18
/
+44
2016-10-11
Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes
Jeffrey Seyfried
-199
/
+282
2016-10-11
Check for shadowing errors after all invocations have been expanded.
Jeffrey Seyfried
-17
/
+26
2016-10-10
Move IdxSetBuf and BitSlice to rustc_data_structures
Wesley Wiser
-18
/
+12
2016-10-10
Auto merge of #36707 - achanda:ip_type, r=alexcrichton
bors
-0
/
+32
2016-10-10
Simplify `str` and `Path` comparison.
Corey Farwell
-1
/
+1
2016-10-10
Return early to avoid excessive indentation.`
Corey Farwell
-24
/
+23
2016-10-10
Use `Cow` instead of `String` to avoid unnecessary allocations.
Corey Farwell
-3
/
+4
2016-10-10
Convert `String` generating functions into `&str` constants.
Corey Farwell
-18
/
+10
2016-10-11
Changed 0 into '0'
p512
-1
/
+1
2016-10-11
Add method str::repeat(self, usize) -> String
Ulrik Sverdrup
-0
/
+28
2016-10-10
Test derive expansion ordering.
Jeffrey Seyfried
-2
/
+3
2016-10-10
Expand `#[derive]` attribute macro invocations last.
Jeffrey Seyfried
-5
/
+30
2016-10-10
Auto merge of #37030 - michaelwoerister:live-debug-values-fix, r=alexcrichton
bors
-1
/
+1
2016-10-10
Fix comments
Marcin Fatyga
-2
/
+2
2016-10-10
Add missing urls on String module
Guillaume Gomez
-3
/
+4
2016-10-10
Add comparison operators to boolean const eval.
Mark-Simulacrum
-0
/
+8
2016-10-10
ICH: Enable some cases in trait definition hashing.
Michael Woerister
-91
/
+85
2016-10-10
LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge...
Michael Woerister
-1
/
+1
2016-10-10
Update LLVM to fix bug in SimplifyCFG pass.
Michael Woerister
-0
/
+0
2016-10-10
Include attributes on generic parameter bindings in pretty printer.
Felix S. Klock II
-0
/
+3
2016-10-10
Auto merge of #36341 - sagebind:thread_id, r=alexcrichton
bors
-0
/
+59
2016-10-10
Avoid quadratic complexity.
Jeffrey Seyfried
-2
/
+18
2016-10-10
Merge `Printer::token` and `Printer::size`.
Nicholas Nethercote
-38
/
+31
2016-10-10
Error monitor should emit error to stderr instead of stdout
Nick Cameron
-1
/
+1
2016-10-10
Avoid allocations in `Decoder::read_str`.
Nicholas Nethercote
-11
/
+13
2016-10-09
Update E0303 to new error format
John Firebaugh
-4
/
+11
2016-10-09
Remove TypeOrigin::RangeExpression
John Firebaugh
-6
/
+0
2016-10-09
Auto merge of #37055 - kali:master, r=alexcrichton
bors
-6
/
+18
2016-10-09
Fix trailing whitespace.
Marcin Fatyga
-4
/
+4
2016-10-09
use MSG_NOSIGNAL on all relevant platforms
Mathieu Poumeyrol
-6
/
+18
2016-10-09
Merge branch 'silent-overflow' of github.com:matthew-piziak/rust into silent-...
Matthew Piziak
-14
/
+0
2016-10-09
use UFCS with Add::add and Sub::sub instead of unstable attributes
Matthew Piziak
-12
/
+6
2016-10-09
Add or and or_else for ordering.
Marcin Fatyga
-0
/
+97
2016-10-09
Use `try_into` and move some functions
Tobias Bucher
-29
/
+37
2016-10-09
Dynamically detect presence of `p{read,write}64` on Android
Tobias Bucher
-23
/
+68
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-2
/
+295
2016-10-09
Auto merge of #36982 - GuillaumeGomez:slice_urls, r=frewsxcv
bors
-7
/
+19
2016-10-09
Remove unnecessary `pub` function classifier.
Corey Farwell
-1
/
+1
[prev]
[next]