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-03-28
Fix long line.
release-0.2
0.2
Graydon Hoare
-1
/
+2
2012-03-28
refactor so that pretty mode tests also run aux-build. Fixes #2060.
Niko Matsakis
-14
/
+27
2012-03-28
test: Un-XFAIL regions-mock-trans.rs and regions-mock-trans-impls.rs
Patrick Walton
-4
/
+0
2012-03-28
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Graydon Hoare
-72
/
+33
2012-03-28
rustc: Universally quantify regions when calling functions. Un-XFAIL regions-...
Patrick Walton
-120
/
+106
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-33
/
+82
2012-03-28
Fix some gcc-4.4-isms, should build now on 4.1+.
Graydon Hoare
-2
/
+10
2012-03-28
Update crate URLs to point to interesting things.
Graydon Hoare
-6
/
+6
2012-03-28
Update CC fuzzer
Jesse Ruderman
-2
/
+2
2012-03-28
Update AST fuzzer
Jesse Ruderman
-10
/
+5
2012-03-28
python scripts run with Python 2.4 (for RHEL5)
Grahame Bowland
-6
/
+12
2012-03-28
Test case to make sure typestate checks the body of class constructors
Tim Chevalier
-0
/
+23
2012-03-28
Make sure type_use.rs doesn't get lost in recursive enums
Marijn Haverbeke
-7
/
+12
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-40
/
+187
2012-03-27
make type_kind exhaustive, add an entry for type_self (in particular)
Niko Matsakis
-1
/
+3
2012-03-27
emacs: Make 'mut' a keyword
Brian Anderson
-1
/
+1
2012-03-27
core: Rename iter::to_list to to_vec. Closes #2056
Brian Anderson
-11
/
+11
2012-03-27
rust: Remove extensions' dependency on the session
Brian Anderson
-12
/
+10
2012-03-27
Emergency safe-ref-checker maintenance
Marijn Haverbeke
-82
/
+92
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-180
/
+194
2012-03-27
Register new snapshot
Marijn Haverbeke
-0
/
+8
2012-03-27
Add vec::each, vec::eachi, and list::each
Marijn Haverbeke
-1
/
+49
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-51
/
+243
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-78
/
+123
2012-03-26
Register new snapshots.
Graydon Hoare
-0
/
+8
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-742
/
+742
2012-03-26
Disable some advanced (post glibc-2.3) libuv features when building snaps.
Graydon Hoare
-1
/
+1
2012-03-26
rustc: Begin eliminating ext's dependency on the session
Brian Anderson
-54
/
+67
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-178
/
+180
2012-03-26
rustc: Combine and unify regions
Patrick Walton
-37
/
+88
2012-03-26
rustc: "unkown" -> "unknown"
Patrick Walton
-1
/
+1
2012-03-26
rustc: Fix typo in infer
Patrick Walton
-1
/
+1
2012-03-26
rustc: Remove obsolete FIXME in infer
Patrick Walton
-3
/
+0
2012-03-26
rustc: Generalize resolve_var to work with regions too
Patrick Walton
-15
/
+12
2012-03-26
Merge pull request #2054 from j3parker/master
Brian Anderson
-2
/
+3
2012-03-26
In typeck, don't call ty::store_iface_methods on private methods
Tim Chevalier
-3
/
+37
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-184
/
+765
2012-03-26
Remove stray comment
Tim Chevalier
-9
/
+0
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-58
/
+185
2012-03-26
Fix return-in-block in cargo
Marijn Haverbeke
-6
/
+4
2012-03-26
Check in a forgotten new file
Marijn Haverbeke
-0
/
+54
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-150
/
+152
2012-03-26
Fix bug in generation of non-generic resource dtors
Marijn Haverbeke
-1
/
+1
2012-03-25
repair the build---also, make try/commit work over both ty/region vars
Niko Matsakis
-17
/
+34
2012-03-25
Fixed vim highlighting for \' (and other) escapes in char literals
Jacob Parker
-2
/
+3
2012-03-24
rustc: Generalize several parts of infer in preparation for using them for re...
Patrick Walton
-94
/
+97
2012-03-24
correct more broken tests
Niko Matsakis
-12
/
+20
2012-03-24
add test that was failing from tedh
Niko Matsakis
-0
/
+11
2012-03-24
add annotation for variable that used to infer to bot
Niko Matsakis
-1
/
+1
2012-03-24
Avoid unifying vars when possible; handle bot (more) correctly
Niko Matsakis
-32
/
+116
[next]