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
2013-02-03
Added some generic number functions to core::num
Marvin Löbel
-0
/
+89
2013-02-03
Added char::from_digit(), char::is_digit_radix() and an argument check to cha...
Marvin Löbel
-0
/
+50
2013-02-03
Added ToStrRadix and FromStrRadix traits
Marvin Löbel
-0
/
+10
2013-02-03
Added Round trait to core
Marvin Löbel
-0
/
+126
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-10
/
+15
2013-02-03
oldmap: &K instead of K for the remove parameter
Daniel Micay
-12
/
+12
2013-02-03
oldmap: start conversion to explicit self
Daniel Micay
-7
/
+6
2013-02-03
oldmap: remove legacy each method
Daniel Micay
-51
/
+48
2013-02-03
oldmap: get rid of the legacy each_key method
Daniel Micay
-13
/
+9
2013-02-03
oldmap: remove the legacy each_value method
Daniel Micay
-11
/
+7
2013-02-03
oldmap: implement core::container::Mutable
Daniel Micay
-6
/
+8
2013-02-03
oldmap: implement core::container::Container
Daniel Micay
-18
/
+22
2013-02-03
oldmap: get rid of the legacy contains_key method
Daniel Micay
-87
/
+86
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-228
/
+227
2013-02-03
rm commented out std::map code from json module
Daniel Micay
-12
/
+0
2013-02-03
remove old StdMap trait
Daniel Micay
-80
/
+2
2013-02-03
cat modernization (cleanup of a run-pass test)
Daniel Micay
-97
/
+84
2013-02-03
update compile-fail/map-types.rs to use hashmap
Daniel Micay
-8
/
+6
2013-02-02
automated merge
bors
-7
/
+7
2013-02-01
rt: Remove some unused upcalls
Brian Anderson
-37
/
+0
2013-02-01
rt: Remove get_frame_glue_fns. Unused
Brian Anderson
-8
/
+0
2013-02-01
rt: Remove circular_buffer
Brian Anderson
-276
/
+0
2013-02-01
rt: Remove ports
Brian Anderson
-537
/
+2
2013-02-01
core: Remove oldcomm
Brian Anderson
-550
/
+0
2013-02-01
rustdoc: Convert to pipes
Brian Anderson
-14
/
+12
2013-02-01
rustdoc: Remove stray mode
Brian Anderson
-1
/
+1
2013-02-01
rustdoc: Remove another use of oldcomm
Brian Anderson
-8
/
+3
2013-02-01
rustdoc: Fix some search-and-replace fallout
Brian Anderson
-10
/
+10
2013-02-01
rustdoc: Remove definitions of spawn_listener and spawn_conversation
Brian Anderson
-24
/
+0
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1083
/
+1083
2013-02-01
vim: 'fail' is no longer a keyword
Daniel Micay
-1
/
+1
2013-02-01
automated merge
bors
-0
/
+1
2013-02-01
Fix breakage
Brian Anderson
-2
/
+2
2013-02-01
README.txt: Mention linenoise
Graydon Hoare
-0
/
+1
2013-02-01
vim: pub is just a plain old token keyword
Daniel Micay
-2
/
+1
2013-02-01
vim: use StorageClass for mut and const
Daniel Micay
-2
/
+4
2013-02-01
vim: 'be' is a reserved keyword
Daniel Micay
-1
/
+1
2013-02-01
vim: unsafe:: namespaces were renamed to raw::
Daniel Micay
-2
/
+1
2013-02-01
vim: add Self type
Daniel Micay
-1
/
+1
2013-02-01
Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1
Brian Anderson
-154
/
+131
2013-02-01
Merge pull request #4720 from jbclements/syntactic-cleanup
Brian Anderson
-308
/
+468
2013-02-01
vim: export is no longer a keyword
Daniel Micay
-1
/
+1
2013-02-01
Revert "DO NOT COMMIT"
Brian Anderson
-23
/
+1
2013-02-01
Long lines
Brian Anderson
-1
/
+2
2013-02-01
rustdoc: Convert page_pass to pipes
Brian Anderson
-14
/
+17
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-105
/
+82
2013-02-01
DO NOT COMMIT
Brian Anderson
-1
/
+23
2013-02-01
rustdoc: Convert astsrv to pipes
Brian Anderson
-107
/
+122
2013-01-31
cleanup for make check
John Clements
-11
/
+12
2013-01-31
more cleanup
John Clements
-59
/
+69
[prev]
[next]