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
/
util
Age
Commit message (
Expand
)
Author
Lines
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-5
/
+6
2012-09-06
Refactor ty_var and ty_var_integral into one ty_infer variant
Niko Matsakis
-3
/
+2
2012-09-06
Remove struct ctors
Brian Anderson
-1
/
+6
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-4
/
+7
2012-09-04
Remove 'with'
Brian Anderson
-1
/
+1
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-27
/
+27
2012-08-26
Camel case the option type
Brian Anderson
-25
/
+25
2012-08-25
Fix more unused variable warnings
Brian Anderson
-3
/
+3
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-0
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-26
/
+26
2012-08-22
intern identifiers
Paul Stansifer
-8
/
+11
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-10
/
+16
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-38
/
+57
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-2
/
+2
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-2
/
+3
2012-08-13
Change borrowck error 'the the block' -> 'the block'
Ben Blum
-1
/
+1
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-2
/
+12
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-10
/
+2
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-2
/
+10
2012-08-07
improve borrowck error messages to explain regions better
Niko Matsakis
-9
/
+9
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-21
/
+21
2012-08-05
Switch alts to use arrows
Brian Anderson
-71
/
+84
2012-08-01
Convert ret to return
Brian Anderson
-13
/
+13
2012-07-31
change how we print and explain region types
Niko Matsakis
-3
/
+67
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-29
/
+29
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-3
/
+4
2012-07-25
avoid capture of bound regions when infering types for closure
Niko Matsakis
-5
/
+16
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-1
/
+1
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-1
/
+0
2012-07-14
infer the scope of borrows
Niko Matsakis
-1
/
+5
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-30
/
+6
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-4
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-73
/
+73
2012-07-13
Change the pretty printer to print vstores for strs in prefix notation.
Michael Sullivan
-7
/
+11
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-13
change region syntax to &r/T in place of &r.T
Niko Matsakis
-2
/
+2
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-2
/
+6
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-1
/
+1
2012-07-06
paper over #2586 by not failing when the key is not found
Niko Matsakis
-0
/
+4
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-12
/
+12
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-11
/
+11
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-3
/
+3
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-15
/
+15
2012-06-24
Remove resources
Tim Chevalier
-2
/
+2
2012-06-22
Change resources to classes in libstd and rustc
Tim Chevalier
-2
/
+4
[next]