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
/
rustc
/
middle
Age
Commit message (
Expand
)
Author
Lines
2012-03-13
rustc: Teach trans::alt.rs about exhaustive alts
Marijn Haverbeke
-72
/
+82
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-35
/
+33
2012-03-12
rustc: Word a comment more clearly in region.rs
Patrick Walton
-4
/
+1
2012-03-12
rustc: Use linked lists instead of hash tables for region binding scopes
Patrick Walton
-6
/
+16
2012-03-12
stdlib: Make list::find do what the docs say it does.
Patrick Walton
-2
/
+20
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+2
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-2
/
+1
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+2
2012-03-12
rustc: Use the name map to resolve region names
Patrick Walton
-2
/
+2
2012-03-12
rustc: Map region names to their functions. Also speed up region checking by ...
Patrick Walton
-42
/
+65
2012-03-12
rustc: Refactor regions to handle nested functions properly and fix the subty...
Patrick Walton
-105
/
+100
2012-03-11
Improve a typechecker error message (wrong type for main())
Tim Chevalier
-4
/
+5
2012-03-11
rustc: Record the parent function of each function
Patrick Walton
-4
/
+23
2012-03-11
rustc: Fix long lines
Patrick Walton
-7
/
+9
2012-03-11
rustc: Turn on errors for region checking
Patrick Walton
-5
/
+3
2012-03-11
rustc: Unify regions in most cases. (Nested functions aren't properly handled...
Patrick Walton
-5
/
+67
2012-03-11
rustc: Determine regions for locals
Patrick Walton
-2
/
+49
2012-03-11
rustc: Map local variables to their containing blocks so we know their regions
Patrick Walton
-7
/
+84
2012-03-10
Clean up occurs check code and give non-breaking loop {..}s _|_ type
Tim Chevalier
-19
/
+11
2012-03-10
In typestate, consider infinite loops w/ conts to be infinite
Tim Chevalier
-1
/
+3
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-20
/
+17
2012-03-10
Handle infinite-loop poststate correctly in typestate
Tim Chevalier
-1
/
+1
2012-03-10
core: Remove the nearly empty math module
Brian Anderson
-1
/
+1
2012-03-10
core: Rename vec::tail_n to vec::tailn to match other fns
Brian Anderson
-2
/
+2
2012-03-09
Merge branch 'master' into floop-for-snapshot
Tim Chevalier
-0
/
+71
2012-03-09
rustc: Add a region checking pass
Patrick Walton
-0
/
+71
2012-03-09
Add an infinite loop construct
Tim Chevalier
-10
/
+53
2012-03-09
rustc: Perform region inference
Patrick Walton
-1
/
+149
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-0
/
+1
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-2
/
+1
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-1
/
+2
2012-03-08
rustc: Add appropriate type predicates for references. Simple uses of referen...
Patrick Walton
-3
/
+4
2012-03-08
rustc: Actually write the type back
Patrick Walton
-0
/
+1
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-16
/
+27
2012-03-08
rustc: Add some missing cases in various folds for reference types and some b...
Patrick Walton
-3
/
+19
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-5
/
+5
2012-03-08
rustc: Typecheck dereference operations on safe references.
Patrick Walton
-0
/
+7
2012-03-08
rustc: Stub typechecking for the address-of operator
Patrick Walton
-1
/
+3
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-6
/
+6
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-5
/
+39
2012-03-08
Rename last_total to last_unsafe
Tim Chevalier
-2
/
+7
2012-03-08
rustc: represend -> represent in a comment
Patrick Walton
-1
/
+1
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-25
/
+32
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-311
/
+272
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-1
/
+8
2012-03-08
rustc: Add region-annoted type parameters to the AST; stub associated patterns
Patrick Walton
-0
/
+3
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-4
/
+19
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-3
/
+24
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-24
/
+3
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-3
/
+24
[prev]
[next]