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-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-56
/
+56
2012-09-07
Fix long line.
Graydon Hoare
-1
/
+1
2012-09-07
Fix whitespace.
Graydon Hoare
-1
/
+1
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-397
/
+736
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-35
/
+44
2012-09-07
Implement &-patterns
Tim Chevalier
-18
/
+88
2012-09-07
Add an ignore! macro, remove support for nested block comments, re: #2755.
Graydon Hoare
-28
/
+26
2012-09-07
Remove module keyword
Brian Anderson
-21
/
+9
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-284
/
+284
2012-09-07
libcore: Make str_eq not break with coretest
Patrick Walton
-0
/
+17
2012-09-07
rustc: Add a str_eq lang item for pattern matching
Patrick Walton
-25
/
+32
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-325
/
+322
2012-09-07
Do not copy values of type () or _|_
Niko Matsakis
-21
/
+59
2012-09-07
rustc: Make "ne" use traits
Patrick Walton
-3
/
+4
2012-09-07
rustc: Trailing whitespace
Patrick Walton
-1
/
+0
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-60
/
+218
2012-09-07
Don't check impl ty params for equality with trait ty params
Tim Chevalier
-9
/
+115
2012-09-07
In typeck, don't assume traits with default methods are in the same crate
Tim Chevalier
-23
/
+38
2012-09-07
Ensure that scratch datum's are zeroed out in the alloca phase.
Niko Matsakis
-2
/
+2
2012-09-07
gc: Add early abort when GC is disabled.
Elliott Slaughter
-0
/
+15
2012-09-07
gc: Refactoring.
Elliott Slaughter
-46
/
+39
2012-09-07
gc: Documentation.
Elliott Slaughter
-0
/
+52
2012-09-07
rt: Add rust_gc_metadata to rustrt.def.in.
Elliott Slaughter
-0
/
+1
2012-09-07
rt: Fix GC metadata for 64-bit systems.
Elliott Slaughter
-2
/
+2
2012-09-07
gc: Fix for GC missing stack frames across segment boundaries.
Elliott Slaughter
-42
/
+113
2012-09-07
gc: Don't expect sentinel when core is compiled without GC.
Elliott Slaughter
-6
/
+21
2012-09-07
gc: Avoid walking stack above caller frame.
Elliott Slaughter
-5
/
+31
2012-09-07
gc: Fix for deallocating resources on the shared heap while cleaning stack.
Elliott Slaughter
-1
/
+2
2012-09-07
gc: Avoid freeing null pointers.
Elliott Slaughter
-0
/
+6
2012-09-07
gc: Avoid double free when pointer appears on stack multiple times.
Elliott Slaughter
-14
/
+23
2012-09-07
gc: Add stack walker for new garbage collector.
Elliott Slaughter
-32
/
+373
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-569
/
+699
2012-09-06
Register snappshots
Brian Anderson
-0
/
+8
2012-09-06
Another test for #2587
Tim Chevalier
-0
/
+21
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-14
/
+24
2012-09-06
Repair long lines
Niko Matsakis
-6
/
+8
2012-09-06
Issue #3402: Load immediate rvalues right away
Niko Matsakis
-13
/
+73
2012-09-06
Refactor ty_var and ty_var_integral into one ty_infer variant
Niko Matsakis
-174
/
+182
2012-09-06
emacs mode: include use as a keyword
Niko Matsakis
-1
/
+1
2012-09-06
Add test for issue 3305
Tim Chevalier
-0
/
+16
2012-09-06
Test that merge sort is stable -- thanks to Jesse Jones
Tim Chevalier
-0
/
+22
2012-09-06
Remove struct ctors
Brian Anderson
-557
/
+1017
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-5044
/
+6387
2012-09-05
libcore: Expose glues to core
Patrick Walton
-1
/
+8
2012-09-05
libcore: Make to_upper() and to_lower() pure
Patrick Walton
-4
/
+4
2012-09-05
rt: Make the boxed region come earlier in the rust_task structure.
Patrick Walton
-2
/
+2
2012-09-05
Start making moves explicit in libcore
Tim Chevalier
-27
/
+24
2012-09-05
vim: Turn "pub" into a big asterisk for those who dislike the look of it.
Patrick Walton
-1
/
+9
2012-09-05
Add a lint pass for structural records
Tim Chevalier
-0
/
+28
2012-09-05
rustc: Make "priv" work on enum variants
Patrick Walton
-3
/
+15
[prev]
[next]