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
/
tstate
/
states.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-21
rustc: Remove middle/tstate
Brian Anderson
-623
/
+0
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-15
/
+15
2012-08-26
Camel case the option type
Brian Anderson
-15
/
+15
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-0
/
+623
2012-08-22
rustc: Remove typestate source
Brian Anderson
-623
/
+0
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-23
/
+23
2012-08-01
Convert ret to return
Brian Anderson
-46
/
+49
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-16
/
+16
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-18
/
+18
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-2
/
+2
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-1
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-11
/
+14
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+6
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-3
/
+3
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-15
/
+0
2012-06-18
Add 'do' expressions
Brian Anderson
-1
/
+2
2012-06-13
Box AST idents
Brian Anderson
-1
/
+1
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-60
/
+15
2012-06-07
Comments only: annotate remainder of FIXMEs in typestate
Tim Chevalier
-3
/
+3
2012-05-29
Handle poststates of breaking loops correctly in typestate
Tim Chevalier
-6
/
+10
2012-05-24
remove dead assignments
Niko Matsakis
-25
/
+0
2012-05-24
remove initedness checking from typestate, as best I could
Niko Matsakis
-86
/
+6
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-8
/
+0
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-34
/
+0
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-1
/
+1
2012-05-04
new cap clause syntax
Niko Matsakis
-4
/
+8
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+0
2012-04-15
Forbid deinitializing upvars in typestate
Tim Chevalier
-9
/
+29
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-0
/
+6
2012-04-06
Re-rename option functions
Tim Chevalier
-2
/
+2
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-3
/
+0
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-8
/
+8
2012-04-02
Rename some core::option functions
Tim Chevalier
-2
/
+2
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-15
/
+4
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-27
/
+27
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-0
/
+3
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-3
/
+3
2012-03-10
In typestate, consider infinite loops w/ conts to be infinite
Tim Chevalier
-1
/
+3
2012-03-10
Handle infinite-loop poststate correctly in typestate
Tim Chevalier
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-3
/
+15
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-0
/
+3
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-1
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
[next]