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
2012-08-22
Merge pull request #3244 from dbp/osbug
Brian Anderson
-3
/
+0
2012-08-22
Merge pull request #3240 from Dretch/bitvfixes
Brian Anderson
-46
/
+125
2012-08-22
intern identifiers
Paul Stansifer
-1464
/
+1662
2012-08-22
pre-intern some fixed names so they can be used as constants
Paul Stansifer
-2
/
+20
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-37
/
+35
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-96
/
+107
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-88
/
+61
2012-08-22
Remove one last default argument mode from core::os
Ben Blum
-1
/
+1
2012-08-22
Merge pull request #3231 from killerswan/modes1
Ben Blum
-35
/
+38
2012-08-22
Merge pull request #3229 from Vincent-Belliard/master
Ben Blum
-0
/
+252
2012-08-22
#[ignore(cfg(windows))] for a test I added to arena that involves failure.
Michael Sullivan
-2
/
+1
2012-08-21
ignore should_fail tests on windows
Niko Matsakis
-0
/
+3
2012-08-21
Fix generation of generic methods with explicit self
Niko Matsakis
-34
/
+105
2012-08-21
add tests to manage, fix test breakage I inadvertently introduced
Niko Matsakis
-3
/
+82
2012-08-21
Don't refute "()" in let-bindings (fixes #3104).
Ben Blum
-0
/
+4
2012-08-21
Remove a level of indirection from std::arena.
Michael Sullivan
-20
/
+20
2012-08-21
Have std::arena segregate POD data and non-POD data into different chunks.
Michael Sullivan
-22
/
+77
2012-08-21
Make std::arena run destructors. Closes #2831.
Michael Sullivan
-22
/
+174
2012-08-21
Fix some map related build failures.
Michael Sullivan
-7
/
+4
2012-08-21
Add msgsend-ring-{rw,mutex}-arcs bench tests
Ben Blum
-0
/
+229
2012-08-21
core: removing repeated code in os.rs homedir() test
Daniel Patterson
-3
/
+0
2012-08-21
remove tab character
Niko Matsakis
-1
/
+1
2012-08-21
implement a map testing benchmark
Niko Matsakis
-10
/
+367
2012-08-21
remove some FIXMEd code as the relevant issue is fixed
Niko Matsakis
-14
/
+15
2012-08-21
libcore: Implement a dup2
Patrick Walton
-0
/
+4
2012-08-21
core: switching os::tmpdir() to always return a directory, by defaulting to W...
Daniel Patterson
-11
/
+14
2012-08-21
core: adding test for os::tmpdir()
Daniel Patterson
-0
/
+5
2012-08-21
core: adding os::tmpdir() that returns a system temporary directory if it can...
Daniel Patterson
-1
/
+38
2012-08-21
Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...
Ben Blum
-4
/
+10
2012-08-21
Remove fixmes about exporting. Close #2648, close #3119.
Ben Blum
-4
/
+2
2012-08-21
respect distinct anonymous regions in unsafe::transmute_*
Ben Blum
-2
/
+2
2012-08-21
Convert atomic intrinsics away from old argument modes (partial #3200)
Ben Blum
-14
/
+44
2012-08-21
fix a bug in bitv where the undefined bits in small/big bitv values could cau...
Gareth Daniel Smith
-45
/
+116
2012-08-21
fix a logic bug in small_bitv.set
Gareth Daniel Smith
-1
/
+9
2012-08-21
remove trailing whitespace
Niko Matsakis
-1
/
+1
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-133
/
+229
2012-08-21
fix kate syntax highlighting file
Vincent Belliard
-2
/
+8
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-2565
/
+3868
2012-08-20
Document arc::unwrap. Close #3123.
Ben Blum
-0
/
+22
2012-08-20
Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ...
Michael Sullivan
-36
/
+107
2012-08-20
oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests
Ben Blum
-9
/
+0
2012-08-20
Add unwrap for std::arc ARC variants
Ben Blum
-2
/
+48
2012-08-20
implement arc::unwrap and add exclusive_unwrap tests
Ben Blum
-20
/
+200
2012-08-20
register new snapshots
Ben Blum
-0
/
+8
2012-08-20
core: adding option::or, a function to return the leftmost of two some() valu...
Daniel Patterson
-0
/
+10
2012-08-20
Disallow deconstructing destructing structs (fixes #3147)
Ben Blum
-0
/
+23
2012-08-20
remove fixme in check::alt
Ben Blum
-2
/
+0
2012-08-20
Re-allow pattern-matching structs (#3215)
Ben Blum
-3
/
+0
2012-08-20
Remove deprecated modes from os.rs
Kevin Cantu
-35
/
+38
2012-08-20
Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.
Graydon Hoare
-9
/
+241
[next]