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-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
2015-04-01
Fallout out rustc
Niko Matsakis
-10
/
+10
2015-04-01
Tidying up and reformatting
Nick Cameron
-53
/
+41
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-12
/
+9
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-8
/
+7
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-4
/
+2
2015-03-20
Future-proof indexing on maps: remove IndexMut
Aaron Turon
-1
/
+1
2015-03-18
Fix private module loophole in the 'private type in public item' check
Nick Cameron
-3
/
+3
2015-03-16
resolve: factor out resolve imports to its own module
Nick Cameron
-1053
/
+85
2015-03-16
Error if `pub use` references a private item.
Nick Cameron
-4
/
+28
2015-03-16
Misc tidy ups in resolve
Nick Cameron
-43
/
+42
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-17
/
+12
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-8
/
+8
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-18
/
+17
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-4
/
+5
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
[next]