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
/
librustc_resolve
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-04
Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth
Manish Goregaokar
-2
/
+2
2015-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-1
/
+1
2015-08-03
Improve E0423 error message
Guillaume Gomez
-2
/
+2
2015-07-29
Auto merge of #27349 - arielb1:constant-at, r=alexcrichton
bors
-9
/
+8
2015-07-28
prohibit the lhs of an @-pattern being a constant
Ariel Ben-Yehuda
-9
/
+8
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-35
/
+24
2015-07-19
add separate errors for out-of-place associated consts and types
Andrew Paseltiner
-8
/
+27
2015-07-16
Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb
Manish Goregaokar
-181
/
+449
2015-07-14
Remove macro, import function and enum
Guillaume Gomez
-147
/
+142
2015-07-14
Arguments are now passed directly to the function instead of the enum variants
Guillaume Gomez
-184
/
+183
2015-07-14
End of error code spanning centralization
Guillaume Gomez
-169
/
+403
2015-07-13
Centralize error spaning and add an enum to make this treatment easier
Guillaume Gomez
-56
/
+77
2015-07-13
Remove warnings by centralizing error codes usage
Guillaume Gomez
-36
/
+56
2015-07-13
Update error codes
Guillaume Gomez
-9
/
+9
2015-07-13
Remove unused method
Guillaume Gomez
-21
/
+11
2015-07-13
Add error codes
Guillaume Gomez
-202
/
+56
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-3
/
+3
2015-07-11
We just have to replace error codes but code is good now
Guillaume Gomez
-75
/
+220
2015-07-10
Remove token::get_name when unneeded
Guillaume Gomez
-35
/
+45
2015-07-08
Remove a FIXME
Seo Sanghyeon
-5
/
+0
2015-06-19
rustc_resolve: don't require redundant arguments to resolve_crate.
Eduard Burtescu
-3
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-1
/
+1
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-1
/
+1
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-7
/
+7
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-06-07
Make the maximum edit distance of typo suggestions a function of the typo'd n...
Nick Fitzgerald
-8
/
+8
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-3
/
+0
2015-05-21
Make various fixes:
Niko Matsakis
-1
/
+1
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-1
/
+1
2015-05-16
Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrc
bors
-2
/
+12
2015-05-16
fix typo for copyright year and trait capitalise
Xuefeng Wu
-1
/
+1
2015-05-16
change Self type error message
XuefengWu
-1
/
+1
2015-05-16
more friend error message for in fn arg
Xuefeng Wu
-2
/
+12
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-13
Allow `T::C` syntax in match patterns to refer to trait-assosociated constants.
Sean Patrick Santos
-2
/
+5
2015-05-07
Fix use of UFCS syntax to call methods on associated types.
Sean Patrick Santos
-10
/
+13
2015-04-30
Auto merge of #24884 - michaelsproul:extended-errors, r=nrc
bors
-0
/
+5
2015-04-30
Add metadata output to the diagnostics system.
Michael Sproul
-0
/
+5
2015-04-29
Fallout
Tamir Duberstein
-8
/
+17
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-67
/
+158
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-10
/
+32
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-3
/
+7
2015-04-21
Change a few error messages to give code suggestions
P1start
-2
/
+2
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Expose visibility for fns in syntax::visit
Nick Cameron
-2
/
+2
2015-04-07
Work with assoc types in a super trait.
Nick Cameron
-6
/
+6
2015-04-03
Check uses of `Self` in impls in the compiler rather than during expansion
Nick Cameron
-83
/
+94
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-10
/
+10
[next]