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
2012-09-05
Fix tutorial tests
Brian Anderson
-2
/
+2
2012-09-05
Add str::trim{_,_left_,_right_}chars.
Graydon Hoare
-0
/
+79
2012-09-05
Remove 'use' line that's confusing pp-exact during use/import transition.
Graydon Hoare
-3
/
+1
2012-09-05
Mark crate metadata with a version tag. Close #3390.
Graydon Hoare
-6
/
+50
2012-09-05
rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...
Patrick Walton
-15
/
+0
2012-09-05
Accept Copy, Send, Const, Owned, as kind bounds
Brian Anderson
-0
/
+24
2012-09-05
libsyntax: Make "pub use" mean the same thing as the former "import" in all c...
Patrick Walton
-5
/
+5
2012-09-05
test: "import" -> "use"
Patrick Walton
-562
/
+409
2012-09-05
rustc: "import" -> "use" in .rc files
Patrick Walton
-10
/
+10
2012-09-05
cargo: "import" -> "use"
Patrick Walton
-12
/
+12
2012-09-05
fuzzer: "import" -> "use"
Patrick Walton
-16
/
+13
2012-09-05
test: Fix smallintmap test
Patrick Walton
-3
/
+3
2012-09-05
Merge pull request #3316 from Vincent-Belliard/issue_3222
Tim Chevalier
-4
/
+55
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-62
/
+62
2012-09-05
fix issue #3222
Vincent Belliard
-4
/
+55
2012-09-04
rustc: Don't allow private fields to be named in constructors or destructured
Patrick Walton
-3
/
+79
2012-09-04
rustc: Implement private methods.
Patrick Walton
-32
/
+157
2012-09-04
std: Convert test to camel case
Brian Anderson
-71
/
+70
2012-09-04
Whitespace
Brian Anderson
-1
/
+0
2012-09-04
std: Remove struct ctors
Brian Anderson
-10
/
+64
2012-09-04
xfail-fast anon-extern-mod-cross-crate-2
Tim Chevalier
-0
/
+1
2012-09-04
Allow anonymous extern mods
Tim Chevalier
-20
/
+53
2012-09-04
std: Camel case smallintmap
Brian Anderson
-18
/
+18
2012-09-04
Remove 'with'
Brian Anderson
-416
/
+401
2012-09-04
core: Remove struct ctors
Brian Anderson
-67
/
+174
2012-09-04
syntax: Remove 'of' and 'check' from keyword table
Brian Anderson
-2
/
+1
2012-09-04
libcore: Make as_bytes_slice() not include the null byte
Patrick Walton
-1
/
+10
2012-09-04
rustc: Implement private fields for max/min classes
Patrick Walton
-38
/
+98
2012-09-04
std: Camel case sort
Brian Anderson
-9
/
+8
2012-09-04
Fix broken test case
Brian Anderson
-1
/
+1
2012-09-04
std: Camel case treemap
Brian Anderson
-20
/
+19
2012-09-04
std: Camel case list
Brian Anderson
-89
/
+88
2012-09-04
Parse 'loop' and 'again' the same
Brian Anderson
-22
/
+41
2012-09-04
Use struct+impl syntax instead of the (deprecated) struct with embedded metho...
Gareth Daniel Smith
-151
/
+185
2012-09-04
fix two issues with the exports:
Gareth Daniel Smith
-22
/
+1
2012-09-04
add additional Bitv constructors (as proposed in issue #2964)
Gareth Daniel Smith
-0
/
+99
2012-09-04
Merge pull request #3383 from crabtw/fbsd
Brian Anderson
-46
/
+0
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-901
/
+901
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-208
/
+203
2012-09-04
Demode libstd/net_ip.rs
Kevin Cantu
-16
/
+18
2012-09-04
Demode libstd/net_url.rs
Kevin Cantu
-17
/
+20
2012-09-04
Demode treemap.rs
Kevin Cantu
-3
/
+5
2012-09-04
Confirm demoding of smallintmap.rs
Kevin Cantu
-1
/
+4
2012-09-04
Confirm demoding of term.rs
Kevin Cantu
-0
/
+2
2012-09-04
std: Fix net::url constructor names
Brian Anderson
-5
/
+5
2012-09-04
add test for eq_slice fix
Andrew Paseltiner
-0
/
+7
2012-09-04
fix str::eq_slice off-by-one error
Andrew Paseltiner
-1
/
+1
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-135
/
+126
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-160
/
+160
2012-09-05
use native log2 function and enable freebsd tests in uv_ll
Jyun-Yan You
-46
/
+0
[prev]
[next]