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
2016-05-23
"non equal" => "not equal"; consistent with the surrounding text
Carol (Nichols || Goulding)
-1
/
+1
2016-05-24
Remove unused field and argument
Seo Sanghyeon
-7
/
+2
2016-05-23
"more than 32" => "more than 32 elements"
Carol (Nichols || Goulding)
-2
/
+2
2016-05-23
Emphasize semantic differences of Copy/Clone rather than impl
Carol (Nichols || Goulding)
-3
/
+4
2016-05-23
Shorten, yet clarify, initial summary sentences
Carol (Nichols || Goulding)
-2
/
+6
2016-05-23
Update error format for readability. Add spacing header<->snippet and another...
Jonathan Turner
-1
/
+8
2016-05-23
bootstrap: rename Config.rebuild to .local_rebuild
Josh Stone
-4
/
+4
2016-05-23
revised mir-dataflow so bitvectors carry a phantom type for their index domain.
Felix S. Klock II
-180
/
+272
2016-05-24
Do not inject test harness for --cfg test
Seo Sanghyeon
-6
/
+24
2016-05-23
Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrc
bors
-21
/
+38
2016-05-23
trans::collector: Remove some redundant calls to erase_regions().
Michael Woerister
-14
/
+32
2016-05-23
Make the Default docs more like the other traits
Carol (Nichols || Goulding)
-3
/
+26
2016-05-23
Add an explicit "How can I implement `PartialOrd`" doc section
Carol (Nichols || Goulding)
-2
/
+44
2016-05-23
Add an explicit "How can I implement `Ord`" doc section
Carol (Nichols || Goulding)
-0
/
+40
2016-05-23
Add more information about implementing `Hash`
Carol (Nichols || Goulding)
-0
/
+24
2016-05-23
Add more detail to `Clone`'s documentation
Carol (Nichols || Goulding)
-1
/
+25
2016-05-23
Add an explicit "How can I implement `Eq`" doc section
Carol (Nichols || Goulding)
-1
/
+24
2016-05-23
Add an explicit "How can I implement `PartialEq`"? doc section
Carol (Nichols || Goulding)
-4
/
+31
2016-05-23
Reorder `Copy` doc sections
Carol (Nichols || Goulding)
-20
/
+20
2016-05-23
Make `Derivable` header be an h2 instead of an h1
Carol (Nichols || Goulding)
-1
/
+1
2016-05-23
`derive` explanation for PartialOrd should match that for Ord
Carol (Nichols || Goulding)
-2
/
+2
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-6
/
+19
2016-05-23
add `indexed_set` mod for typed wrappers around bitarrays representing sets.
Felix S. Klock II
-0
/
+88
2016-05-23
Fixed link in Rust Book (no-stdlib)
Tamir Bahar
-1
/
+1
2016-05-23
Auto merge of #33098 - raphlinus:master, r=alexcrichton
bors
-1134
/
+1383
2016-05-22
Propagate obligations through projection
Masood Malekghassemi
-12
/
+15
2016-05-22
Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton
bors
-4
/
+25
2016-05-23
Use libc::abort, not intrinsics::abort, in rtabort!
Brian Campbell
-4
/
+25
2016-05-22
Fixed shortcut handling. Reverted to [Shift]+[+=]
Alex Ozdemir
-3
/
+3
2016-05-23
Don't suggest using fields in a static method
ggomez
-24
/
+93
2016-05-23
save-analysis: use a function's short name
Nick Cameron
-3
/
+2
2016-05-22
Fix misleading intentation errors on gcc 6.0
Daniel Firth
-2
/
+8
2016-05-22
Changed toggle all sections key to `T`
Alex Ozdemir
-2
/
+3
2016-05-22
run rustfmt on libcollections test module
Srinivas Reddy Thatiparthy
-424
/
+522
2016-05-22
Add new error code tests
ggomez
-0
/
+228
2016-05-22
Rename main thread from "<main>" to "main".
Wangshan Lu
-31
/
+31
2016-05-22
bootstrap: mirror mk's local-rebuild changes
Josh Stone
-2
/
+12
2016-05-21
Auto merge of #33765 - alex-ozdemir:master, r=Manishearth
bors
-3
/
+11
2016-05-21
Auto merge of #33752 - mrhota:internal_docs, r=steveklabnik
bors
-29
/
+54
2016-05-22
Update repr_simd
Guillaume Gomez
-12
/
+12
2016-05-21
Test diagnostics
Jeffrey Seyfried
-2
/
+5
2016-05-21
Move `placement_in_syntax` gated feature checking from expansion to the post-...
Jeffrey Seyfried
-16
/
+3
2016-05-21
Refactor away `check_attributes`
Jeffrey Seyfried
-11
/
+7
2016-05-21
Refactor away `expand_item_mac`
Jeffrey Seyfried
-159
/
+85
2016-05-21
Refactor out `mac_result` in `expand_mac_invoc`
Jeffrey Seyfried
-54
/
+53
2016-05-21
Check attributes in `expand_mac_invoc`
Jeffrey Seyfried
-22
/
+12
2016-05-21
Use `expand_mac_invoc` in `expand_pat`
Jeffrey Seyfried
-75
/
+3
2016-05-21
Re-fold expanded items in `expand_mac_invoc`
Jeffrey Seyfried
-63
/
+13
2016-05-21
Improve diagnostics
Jeffrey Seyfried
-5
/
+3
2016-05-21
Introduce `MacroGenerable` trait
Jeffrey Seyfried
-53
/
+46
[prev]
[next]