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-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
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-20
Change map::get to map::find in ppaux
Tim Chevalier
-3
/
+3
2012-06-20
Don't consider loops to be breaking if they contain inner loops that break
Tim Chevalier
-9
/
+17
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-14
Refactor; annotate a FIXME
Tim Chevalier
-25
/
+17
2012-06-13
Box AST idents
Brian Anderson
-4
/
+4
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-1
/
+2
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-35
/
+0
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-1
/
+9
2012-06-02
Add ty_var_integral (WIP on issue #1425).
Lindsey Kuper
-0
/
+1
2012-06-02
improve borrowck to handle some frankly rather tricky cases
Niko Matsakis
-2
/
+6
2012-05-30
integrate purity into type
Niko Matsakis
-7
/
+15
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-176
/
+0
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-17
/
+0
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-3
/
+3
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-5
/
+5
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-4
/
+2
2012-05-07
In resolve, visit the path in an iface ref
Tim Chevalier
-0
/
+6
2012-05-04
new cap clause syntax
Niko Matsakis
-12
/
+3
2012-05-03
Revert "allow fn exprs to omit arg types"
Niko Matsakis
-3
/
+12
2012-05-03
allow fn exprs to omit arg types
Niko Matsakis
-12
/
+3
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-7
/
+7
2012-04-25
rustc: Use LLVM named structs for enum types
Brian Anderson
-19
/
+20
2012-04-24
Revert "rustc: Use LLVM named structs for enum types"
Brian Anderson
-20
/
+19
2012-04-24
rustc: Use LLVM named structs for enum types
Brian Anderson
-19
/
+20
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-14
/
+32
2012-04-17
new debug flag, new test
Niko Matsakis
-5
/
+7
2012-04-17
change printout to be what users will expect
Niko Matsakis
-1
/
+7
[prev]
[next]