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
/
comp
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-11
/
+0
2011-10-18
Add a math module to the standard lib
Marijn Haverbeke
-18
/
+11
2011-10-12
[Renaming] str_to_float is now float::from_str, float_to_str is now float::to...
David Rajchenbach-Teller
-3
/
+3
2011-10-11
[Move] Moved str_to_float, float_to_str from compiler to lib
David Rajchenbach-Teller
-37
/
+3
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-0
/
+172
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-172
/
+0
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-0
/
+172
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-24
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-20
/
+20
2011-09-02
Reformat. Issue #855
Brian Anderson
-13
/
+10
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-10
/
+10
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-4
/
+4
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-2
/
+3
2011-08-20
Reformat
Brian Anderson
-4
/
+3
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-4
/
+4
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-1
/
+1
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-15
Fix bad argument type of pprust::print_type
Marijn Haverbeke
-1
/
+1
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-8
/
+0
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-3
/
+3
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-5
/
+5
2011-08-03
Do a bunch more typechecking for iters and for each loops.
Michael Sullivan
-1
/
+2
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-1
/
+1
2011-07-28
Show millisecond precision for time_passes times
Marijn Haverbeke
-0
/
+22
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-105
/
+78
2011-07-26
Convert all code that uses walk.rs in the straightforward way to simple_visit
Marijn Haverbeke
-5
/
+5
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-3
/
+3
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-3
/
+3
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-3
/
+3
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-1
/
+4
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-1
/
+0
2011-07-12
rustc: Remove some interior vectors from typestate and some useless vec-relat...
Patrick Walton
-8
/
+0
2011-07-13
Use switches rather than chained conditionals to compile alt matches
Marijn Haverbeke
-0
/
+1
2011-07-11
In typeck, check for dynamically sized by-value arguments to thunks
Tim Chevalier
-0
/
+13
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-8
/
+10
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-110
/
+29
2011-07-05
Move pretty-printing 'modes' into a callback hook
Marijn Haverbeke
-1
/
+0
2011-06-28
Replace common::new_seq_hash with an adapter around std::smallintmap
Brian Anderson
-102
/
+0
2011-06-26
Add a very simple map implementation for sequential integer keys
Brian Anderson
-0
/
+103
2011-06-22
Compute typestate properly for move
Tim Chevalier
-0
/
+9
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-2
/
+2
2011-06-16
Consistify ast::local.
Paul Stansifer
-2
/
+2
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-20
/
+0
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-128
/
+73
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-6
/
+6
[next]