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
/
rustc
/
util
/
ppaux.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-2
/
+6
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
-7
/
+7
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-9
/
+9
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-12
/
+12
2012-06-24
Remove resources
Tim Chevalier
-2
/
+2
2012-06-20
Change map::get to map::find in ppaux
Tim Chevalier
-3
/
+3
2012-06-13
Box AST idents
Brian Anderson
-3
/
+3
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-1
/
+2
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-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
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
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-2
/
+1
2012-04-13
add initial code re: slices to borrowing, improve ty_to_str
Niko Matsakis
-8
/
+33
2012-04-13
first stab at type checking for borrow: not integrated into trans
Niko Matsakis
-9
/
+27
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-4
/
+4
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-0
/
+1
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-8
/
+19
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-8
/
+9
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-15
/
+3
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-7
/
+7
2012-03-16
rustc: Give a better error message when references involving the caller regio...
Patrick Walton
-1
/
+13
2012-03-15
rustc: Describe why regions failed to unify as part of the type error message
Patrick Walton
-7
/
+7
2012-03-15
rustc: Fix the AST map to actually map blocks. Also improve region error mess...
Patrick Walton
-9
/
+20
2012-03-15
rustc: Create self region bindings, and forbid the self region from being use...
Patrick Walton
-0
/
+1
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-0
/
+1
2012-03-08
rustc: Stub a to-string implementation for region types
Patrick Walton
-0
/
+8
2012-03-06
Don't attach def ids to types when the type already contains the def id
Marijn Haverbeke
-3
/
+0
2012-03-05
print type arguments when pretty-printing all nominal types
Niko Matsakis
-2
/
+7
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+165