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-05-22
Starting on a BFS benchmark, but ran into problems with the deque module, so ...
Eric Holk
-0
/
+172
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-79
/
+49
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-48
/
+43
2012-05-22
Represent kinds as a bitfield of capabilities.
Eric Holk
-56
/
+58
2012-05-22
Disallow type parameters to self. Closes #2422.
Michael Sullivan
-0
/
+1
2012-05-22
`do` is no longer a keyword
Paul Stansifer
-1
/
+1
2012-05-22
impl-ify map
Niko Matsakis
-146
/
+134
2012-05-22
introduce some copies so we are not alting into mut state
Niko Matsakis
-10
/
+10
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-42
/
+42
2012-05-21
rustc: Move walk_pat to ast_util
Brian Anderson
-17
/
+15
2012-05-21
rustc: Remove ast_map's session dependency
Brian Anderson
-10
/
+13
2012-05-21
rustc: Remove unused import
Brian Anderson
-1
/
+0
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-9
/
+11
2012-05-21
core: Fix typos in ignore attrs
Brian Anderson
-2
/
+2
2012-05-21
remove mutable cycle from ast_fold
Niko Matsakis
-257
/
+180
2012-05-21
core: Rework some rand functions to be more consistent
Brian Anderson
-27
/
+27
2012-05-21
core: Ignore another should_fail test on win32
Brian Anderson
-0
/
+1
2012-05-21
core: Ignore a should_fail test on win32
Brian Anderson
-0
/
+1
2012-05-21
Register snapshots
Brian Anderson
-0
/
+8
2012-05-21
rt: Fix def of isaac_seed on windows
Brian Anderson
-3
/
+3
2012-05-21
core: Fix types in rand mod
Brian Anderson
-1
/
+1
2012-05-21
add a seeded random number generator so that sequences of random numbers can ...
Gareth Daniel Smith
-50
/
+116
2012-05-21
add a bunch more rand::rng extension methods - one for each primitive type an...
Gareth Daniel Smith
-38
/
+275
2012-05-21
separate the rand::rng gen_* methods out into an iface-less-impl so that the ...
Gareth Daniel Smith
-43
/
+62
2012-05-21
Merge pull request #2413 from erickt/master
Brian Anderson
-9
/
+42
2012-05-21
std: Make timer tests more reliable under valgrind
Brian Anderson
-25
/
+43
2012-05-21
Region checking: this one currently passes, but only "by accident".
Lindsey Kuper
-0
/
+21
2012-05-21
Test illustrating issue #2263.
Lindsey Kuper
-0
/
+24
2012-05-21
change list so that it must be used in a purely boxed fashion
Niko Matsakis
-128
/
+127
2012-05-21
detect and report shadows in nested bindings
Niko Matsakis
-20
/
+26
2012-05-21
make list based on boxes
Niko Matsakis
-52
/
+39
2012-05-19
rustc: Remove dead code in encoder
Brian Anderson
-3
/
+1
2012-05-19
fix up handling of &x where x is an arg or &self (for now at least).
Niko Matsakis
-11
/
+90
2012-05-19
std: Fix a typo
Erick Tryzelaar
-1
/
+1
2012-05-19
core: Add iterable functions to io::reader_utils.
Erick Tryzelaar
-0
/
+18
2012-05-19
expose tzset
Erick Tryzelaar
-1
/
+23
2012-05-19
Remove some dead code.
Erick Tryzelaar
-7
/
+0
2012-05-18
remove unused variable
Niko Matsakis
-1
/
+0
2012-05-18
add more inline directives to dvec
Niko Matsakis
-2
/
+2
2012-05-18
port codemap to use dvec
Niko Matsakis
-5
/
+8
2012-05-18
port interner to use dvec
Niko Matsakis
-6
/
+7
2012-05-18
port qquote to use dvec
Niko Matsakis
-10
/
+13
2012-05-18
create a smallintmap benchmark
Niko Matsakis
-0
/
+46
2012-05-18
port smallintmap over to dvec
Niko Matsakis
-30
/
+26
2012-05-18
make more code use dvec
Niko Matsakis
-10
/
+11
2012-05-18
port some code to use dvec
Niko Matsakis
-31
/
+49
2012-05-18
move io over to dvec
Niko Matsakis
-23
/
+39
2012-05-18
avoid modifying the variable we are alting over
Niko Matsakis
-17
/
+14
2012-05-18
introduce a few copies here and there
Niko Matsakis
-3
/
+3
2012-05-18
purge ufind
Niko Matsakis
-57
/
+2
[prev]
[next]