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-12
rt: Remove arbitrary limit on size of port queue. Closes #1245
Brian Anderson
-2
/
+0
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
-7
/
+8
2012-03-11
A few tests for infinite loops
Tim Chevalier
-0
/
+23
2012-03-11
rustc: Record the parent function of each function
Patrick Walton
-4
/
+23
2012-03-11
rustdoc: Add indexes to native mods. Closes #1963
Brian Anderson
-8
/
+61
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
-8
/
+85
2012-03-10
Fix test so it terminates, and un-xfail it
Tim Chevalier
-6
/
+4
2012-03-10
Fix Windows build breakage
Tim Chevalier
-1
/
+1
2012-03-10
Tweak some test cases and add a few new ones
Tim Chevalier
-8
/
+61
2012-03-10
wibble
Tim Chevalier
-3
/
+2
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
/
+19
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-104
/
+81
2012-03-10
Handle infinite-loop poststate correctly in typestate
Tim Chevalier
-2
/
+2
2012-03-10
Register snapshots
Tim Chevalier
-0
/
+8
2012-03-10
cargo: Don't bail when signature verification fails
Brian Anderson
-3
/
+2
2012-03-10
core: Remove empty bessel mod
Brian Anderson
-12
/
+0
2012-03-10
core: Cleanup bool module
Brian Anderson
-20
/
+20
2012-03-10
core: Remove the nearly empty math module
Brian Anderson
-317
/
+8
2012-03-10
core: Formatting
Brian Anderson
-1
/
+1
2012-03-10
core Remove vec::enum_chars/uint. Closes #1955
Brian Anderson
-22
/
+32
2012-03-10
rustdoc: Put native mods on their own pages. Closes #1959
Brian Anderson
-2
/
+41
2012-03-10
rustdoc: Fix native mod breakage
Brian Anderson
-0
/
+7
2012-03-10
rustdoc: Write page titles
Brian Anderson
-21
/
+66
2012-03-10
rustdoc: Remove unused fn
Brian Anderson
-4
/
+0
2012-03-10
rustdoc: Fix generation of impl links. Closes #1953
Brian Anderson
-1
/
+8
2012-03-10
core: Rename vec::tail_n to vec::tailn to match other fns
Brian Anderson
-4
/
+4
2012-03-10
core: Clean up comments and exports
Brian Anderson
-38
/
+135
2012-03-09
std: Convert to rustdoc
Brian Anderson
-1565
/
+708
2012-03-09
core: Convert to rustdoc
Brian Anderson
-2114
/
+1075
2012-03-09
Merge branch 'master' into floop-for-snapshot
Tim Chevalier
-1763
/
+679
2012-03-09
Register snapshots
Tim Chevalier
-0
/
+8
2012-03-09
rustdoc: Change the formatting for enum variants
Brian Anderson
-5
/
+4
2012-03-09
Merge pull request #1950 from damag/master
Brian Anderson
-1
/
+1
2012-03-09
rustdoc: Simplify attribute parsing
Brian Anderson
-230
/
+59
2012-03-09
rustdoc: Accept the first sentence as the brief description
Brian Anderson
-8
/
+35
2012-03-09
rustdoc: Simplify the relation between the brief and long description
Brian Anderson
-184
/
+32
2012-03-10
The compiler is now in src/rustc
Damien Grassart
-1
/
+1
2012-03-09
rustc: Add a region checking pass
Patrick Walton
-0
/
+74
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-1244
/
+37
2012-03-09
rustdoc: Update the demo module
Brian Anderson
-95
/
+73
2012-03-09
rustdoc: Write sections in markdown
Brian Anderson
-60
/
+93
2012-03-09
rustdoc: Add the concept of 'sections'
Brian Anderson
-2
/
+337
2012-03-09
Add an infinite loop construct
Tim Chevalier
-122
/
+208
2012-03-09
rustc: Perform region inference
Patrick Walton
-2
/
+154
[prev]
[next]