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
/
resolve.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-7
/
+7
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-51
/
+51
2012-09-07
rustc: Make "ne" use traits
Patrick Walton
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+6
2012-09-06
Remove struct ctors
Brian Anderson
-113
/
+135
2012-09-05
rustc: Make "priv" work on enum variants
Patrick Walton
-3
/
+4
2012-09-05
rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...
Patrick Walton
-10
/
+0
2012-09-04
Remove 'with'
Brian Anderson
-4
/
+4
2012-09-04
std: Camel case list
Brian Anderson
-1
/
+1
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-63
/
+63
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-1
/
+1
2012-08-31
rustc: Implement "use mod"
Patrick Walton
-64
/
+229
2012-08-29
rustc: Make `<=`, `>=`, and `>` use traits as well
Patrick Walton
-1
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-7
/
+61
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-0
/
+4611
2012-07-20
Remove what's left of resolve1
Tim Chevalier
-67
/
+0
2012-07-17
Remove most of old resolve
Tim Chevalier
-2331
/
+2
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-15
/
+0
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-82
/
+83
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-13
Refactor how impl self types are stored
Tim Chevalier
-4
/
+7
2012-07-13
Front-end support for default impls in traits.
Lindsey Kuper
-6
/
+33
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-21
/
+21
2012-07-10
Visit item macros.
Eric Holk
-2
/
+2
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+4
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-18
/
+18
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-130
/
+130
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-28
/
+28
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-59
/
+59
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-10
/
+19
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-29
/
+31
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-14
/
+15
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-73
/
+75
2012-06-24
Remove resources
Tim Chevalier
-17
/
+3
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-3
/
+3
2012-06-20
Fix resolve bug that made nested classes not work
Tim Chevalier
-17
/
+16
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-20
/
+23
2012-06-13
Box AST idents
Brian Anderson
-48
/
+49
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-1
/
+1
2012-06-07
Annotate FIXMEs in resolve
Tim Chevalier
-7
/
+5
2012-06-06
move resolve to dvec, remove unnecessary mut annotations
Niko Matsakis
-13
/
+13
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-1
/
+2
2012-05-29
Resolve bounds in iface types
Tim Chevalier
-3
/
+5
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-2
/
+2
2012-05-23
shuffle error messages in borrowck, and prevent it from spewing too many
Niko Matsakis
-2
/
+2
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-3
/
+3
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
rustc: Move walk_pat to ast_util
Brian Anderson
-1
/
+1
[prev]
[next]