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
/
resolve3.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-14
/
+14
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-216
/
+216
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-1
/
+1
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-29
/
+84
2012-07-27
Forbid duplicate fields in record types and exprs
Tim Chevalier
-1
/
+1
2012-07-27
Correctly forbid upvars in nested impls, traits and classes
Tim Chevalier
-6
/
+59
2012-07-27
In resolve, check for duplicate pattern-bound vars
Tim Chevalier
-10
/
+21
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-10
/
+10
2012-07-26
rustc: Fix cross-crate max/min-class-style constructors
Patrick Walton
-8
/
+15
2012-07-24
rustc: Don't require that structs have constructors
Patrick Walton
-19
/
+33
2012-07-23
rustc: Resolve struct names in struct literals
Patrick Walton
-9
/
+49
2012-07-18
In resolve3, error on non-existent imports
Tim Chevalier
-0
/
+10
2012-07-18
rustc: Move ty::impl_traits over to a multiple-traits-per-impl world
Patrick Walton
-1
/
+1
2012-07-18
rustc: Make resolve3 multiple-trait-per-impl-aware
Patrick Walton
-30
/
+25
2012-07-18
syntax: Parse multiple trait refs in a single implementation
Patrick Walton
-8
/
+12
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-18
/
+201
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-1
/
+2
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-35
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-93
/
+96
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-18
/
+18
2012-07-13
More consistent use of backticks and "expected" in error messages.
Lindsey Kuper
-39
/
+39
2012-07-13
Refactor how impl self types are stored
Tim Chevalier
-2
/
+2
2012-07-13
Front-end support for default impls in traits.
Lindsey Kuper
-22
/
+47
2012-07-12
rustc: Resolve bounds of trait type parameters
Brian Anderson
-0
/
+2
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-8
/
+9
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-8
/
+8
2012-07-10
In resolve, check that an or-pattern has the same number of bindings in each ...
Tim Chevalier
-2
/
+42
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
[prev]