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
2015-04-22
Fix spans for predicates in where clauses
Nick Cameron
-3
/
+3
2015-04-21
TRPL: const and static
Steve Klabnik
-8
/
+87
2015-04-21
Test fixes and rebase conflicts, round 1
Alex Crichton
-12
/
+3
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-6420
/
+1380
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-289
/
+241
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1148
/
+561
2015-04-21
rollup merge of #24672: steveklabnik/edit_tuple_structs
Alex Crichton
-9
/
+13
2015-04-21
rollup merge of #24669: steveklabnik/fix
Alex Crichton
-0
/
+2
2015-04-21
rollup merge of #24667: steveklabnik/more_editing
Alex Crichton
-145
/
+145
2015-04-21
rollup merge of #24665: sw17ch/document-complete-slice-syntax
Alex Crichton
-0
/
+1
2015-04-21
rollup merge of #24663: steveklabnik/gh24639
Alex Crichton
-0
/
+30
2015-04-21
rollup merge of #24661: SimonSapin/fmt-write-char
Alex Crichton
-0
/
+23
2015-04-21
rollup merge of #24654: mdinger/patch-2
Alex Crichton
-2
/
+2
2015-04-21
rollup merge of #24651: tamird/old-references
Alex Crichton
-1045
/
+12
2015-04-21
rollup merge of #24640: steveklabnik/new_unsafe_guide
Alex Crichton
-3
/
+4
2015-04-21
rollup merge of #24635: tamird/llvm-3.5
Alex Crichton
-91
/
+18
2015-04-21
rollup merge of #24611: doomsplayer/doomsplayer-patch-1
Alex Crichton
-0
/
+24
2015-04-21
rollup merge of #24563: kwantam/rfc_1054
Alex Crichton
-29
/
+56
2015-04-21
rollup merge of #24487: erickt/syntax
Alex Crichton
-178
/
+258
2015-04-21
rollup merge of #24439: alexcrichton/fix-archive-assembler
Alex Crichton
-84
/
+264
2015-04-21
rollup merge of #24222: lambda/rename-soft-link-to-symlink
Alex Crichton
-8
/
+104
2015-04-21
rollup merge of #24162: pnkfelix/fsk-detect-duplicate-loop-labels
Alex Crichton
-15
/
+489
2015-04-21
Document functional update syntax
Steve Klabnik
-0
/
+30
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-28
/
+53
2015-04-21
unstabilize Words struct
kwantam
-1
/
+3
2015-04-21
TRPL editing: tuple structs
Steve Klabnik
-9
/
+13
2015-04-21
test: Fix fallout in tests
Alex Crichton
-466
/
+205
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-5599
/
+623
2015-04-21
std: Remove deprecated AsPath trait
Alex Crichton
-32
/
+0
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-164
/
+2
2015-04-21
rustc: Handle duplicate names merging archives
Alex Crichton
-84
/
+264
2015-04-21
Add research to README of TRPL
Steve Klabnik
-0
/
+2
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-22
/
+39
2015-04-21
small edits for recently written book chapters
Steve Klabnik
-145
/
+145
2015-04-21
syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32
Erick Tryzelaar
-8
/
+6
2015-04-21
syntax: Remove #[feature(path_ext)]
Erick Tryzelaar
-3
/
+3
2015-04-21
syntax: replace Vec::push_all with stable Vec::extend
Erick Tryzelaar
-9
/
+14
2015-04-21
syntax: Replace Vec::map_in_place with stable mut iterator
Erick Tryzelaar
-9
/
+11
2015-04-21
syntax: Replace [].tail with the stable [1..] syntax
Erick Tryzelaar
-1
/
+1
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-9
/
+9
2015-04-21
syntax: remove #[feature(quote, unsafe_destructor)]
Erick Tryzelaar
-6
/
+43
2015-04-21
syntax: Don't use unstable fn to convert single element to a slice
Erick Tryzelaar
-1
/
+4
2015-04-21
syntax: Remove use of TraitObject in pretty printer
Erick Tryzelaar
-13
/
+8
2015-04-21
syntax: remove uses of `.into_cow()`
Erick Tryzelaar
-5
/
+4
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-47
/
+73
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-46
/
+44
2015-04-21
Add an example of completely slicing an object.
John Van Enk
-0
/
+1
2015-04-21
Pick a feature name for write_char
Simon Sapin
-1
/
+1
2015-04-21
Deprecate std::fs::soft_link in favor of platform-specific versions
Brian Campbell
-8
/
+104
2015-04-21
add notes clarifying introduction of warnings for a pair of run-pass tests.
Felix S. Klock II
-0
/
+13
[prev]
[next]