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
/
librustc
/
traits
/
on_unimplemented.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-2
/
+2
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-2
/
+2
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-4
/
+6
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-1
/
+1
2019-03-05
Handle const generics elsewhere
varkor
-1
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-4
/
+1
2018-12-26
Various changes to string format diagnostics
Esteban Küber
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-10
/
+8
2018-08-12
Various changes to `rustc_on_unimplemented`
Esteban Küber
-16
/
+28
2018-07-23
librustc: Prefer `Option::map`/etc over `match` where applicable
Colin Wallace
-5
/
+4
2018-07-21
Remove dependency on `libsyntax`
Esteban Küber
-3
/
+3
2018-07-19
Use correct spans for format string errors
Esteban Küber
-3
/
+3
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-15
Clean up generic param handling
varkor
-1
/
+1
2018-05-15
Review refactoring
varkor
-5
/
+6
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-1
/
+1
2018-05-15
Refactor generic params loops
varkor
-5
/
+2
2018-05-15
Pull common parameters into GenericParamDef
varkor
-8
/
+9
2018-05-15
Inline get_type
varkor
-8
/
+8
2018-05-15
Eliminate ty::Generics::types()
varkor
-2
/
+6
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-1
/
+1
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-6
/
+8
2018-05-15
Prefer iterator to vec
varkor
-3
/
+3
2018-05-15
Consolidate ty::Generics
varkor
-2
/
+2
2018-05-02
make it compile again
flip1995
-1
/
+1
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-3
/
+3
2018-04-11
Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis
bors
-1
/
+1
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-1
/
+1
2018-04-06
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-1
/
+1
2018-02-01
Add filter to detect local crates for rustc_on_unimplemented
Esteban Küber
-2
/
+1
2018-02-01
Add filtering options to `rustc_on_unimplemented`
Esteban Küber
-9
/
+25
2017-12-28
Prefer to use attr::contains_name() and attr::find_by_name()
Seiichi Uchida
-3
/
+1
2017-11-09
Retain information on whether a format argument has explicit position
Tommy Ip
-1
/
+1
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-2
/
+2
2017-09-03
on_unimplemented: add method-name checks and use them in Try
Ariel Ben-Yehuda
-2
/
+9
2017-09-03
address review comments
Ariel Ben-Yehuda
-2
/
+6
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-17
/
+157
2017-09-03
move the on_unimplemented logic to its own file
Ariel Ben-Yehuda
-0
/
+156