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
/
middle
/
resolve3.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
rustc: Resolve expressions in literal and range patterns
Patrick Walton
-1
/
+11
2012-07-09
rustc: Handle foreign item purity correctly in resolve3
Patrick Walton
-1
/
+1
2012-07-09
rustc: Fix the collision with Tim's change
Patrick Walton
-0
/
+5
2012-07-09
rustc: Allow import resolutions to be inferred from external crates in resolve3
Patrick Walton
-4
/
+50
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-4
/
+4
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-113
/
+337
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-337
/
+113
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-113
/
+337
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-1
/
+9
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-11
/
+11
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-95
/
+95
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-3
/
+3
2012-07-03
rustc: Make the error names in resolve3 conform more closely to what the comp...
Patrick Walton
-6
/
+3
2012-07-03
rustc: Add X-ray functionality to resolve3 so the test runner works
Patrick Walton
-34
/
+58
2012-07-03
rustc: Record the main function in the session in resolve3
Patrick Walton
-0
/
+25
2012-07-02
rustc: Remove some comments from resolve3 that are being misparsed as attributes
Brian Anderson
-4
/
+4
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+3946