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-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-1
/
+2
2012-05-21
change list so that it must be used in a purely boxed fashion
Niko Matsakis
-63
/
+65
2012-05-21
detect and report shadows in nested bindings
Niko Matsakis
-20
/
+21
2012-05-18
make more code use dvec
Niko Matsakis
-6
/
+6
2012-05-18
avoid modifying the variable we are alting over
Niko Matsakis
-4
/
+4
2012-05-14
First cut at dtors for classes
Tim Chevalier
-9
/
+19
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-0
/
+1
2012-05-07
In resolve, visit the path in an iface ref
Tim Chevalier
-9
/
+19
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-5
/
+7
2012-05-04
new cap clause syntax
Niko Matsakis
-5
/
+6
2012-05-03
Removed unused import of std::deque
Tim Chevalier
-1
/
+1
2012-05-02
Error message reformatting, close #2309.
Graydon Hoare
-2
/
+2
2012-05-02
Encode the ifaces a class implements in metadata
Tim Chevalier
-2
/
+8
2012-05-01
Remove code that was accidentally committed
Tim Chevalier
-4
/
+1
2012-05-01
Don't re-export a glob-imported ID when the same ID is defined within
Tim Chevalier
-3
/
+12
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-24
/
+23
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-10
/
+39
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-6
/
+6
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-17
/
+15
2012-04-23
Misc code cleanups using list::each for list iteration
Marijn Haverbeke
-32
/
+13
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-18
/
+18
2012-04-19
Disallow rebinding / matching against consts in alts
Tim Chevalier
-7
/
+11
2012-04-13
Annotate FIXMEs in syntax::ast and syntax::ast_util
Tim Chevalier
-8
/
+9
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-4
/
+23
2012-04-11
rustc: Long lines
Brian Anderson
-1
/
+2
2012-04-11
rustc: Fix typo in error message
Brian Anderson
-2
/
+2
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-6
/
+28
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-1
/
+1
2012-04-06
Re-rename option functions
Tim Chevalier
-2
/
+2
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-13
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-56
/
+56
2012-04-03
Ensure method names in iface and impl items are unique
Marijn Haverbeke
-4
/
+10
2012-04-02
Rename some core::option functions
Tim Chevalier
-2
/
+2
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
2012-03-29
Require "self" as base expression for intra-class method or field references
Tim Chevalier
-49
/
+1
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-8
/
+8
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-4
/
+10
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-26
/
+26
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-5
/
+6
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-1
/
+2
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-0
/
+1
2012-03-23
Revert resolve kludge that was working around #2049
Marijn Haverbeke
-12
/
+7
2012-03-23
Clean up some confused shuffling of def_ids in resolve.rs
Marijn Haverbeke
-34
/
+31
2012-03-23
Kludge in resolve to be able to land builtins
Marijn Haverbeke
-7
/
+12
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-39
/
+40
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-0
/
+3
2012-03-20
Class methods WIP
Tim Chevalier
-1
/
+3
2012-03-20
rustdoc: Run the entire resolve pass
Brian Anderson
-11
/
+1
2012-03-20
Fix caching bug in resolve, get rid of enumness kludge
Marijn Haverbeke
-106
/
+55
[prev]
[next]