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
/
traits
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-02-03
Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis
bors
-0
/
+2
2018-01-29
Require yield types to be sized
John Kåre Alsaker
-0
/
+2
2018-01-28
Point only at method signatures and point at trait
Esteban Küber
-0
/
+13
2017-12-27
Make normalize_and_test_predicates into a query
BurntPizza
-3
/
+20
2017-12-05
convert the new conflicts to a soft error
Ariel Ben-Yehuda
-1
/
+2
2017-12-05
refactor a bit
Ariel Ben-Yehuda
-0
/
+6
2017-12-04
make `resolve_regions_and_report_errors` take an `OutlivesEnv`
Niko Matsakis
-3
/
+7
2017-12-04
move `free_regions_map` into `infer::outlives`
Niko Matsakis
-1
/
+1
2017-11-30
incr.comp.: Make traits::VTable encodable and decodable.
Michael Woerister
-8
/
+8
2017-11-25
comments
Ariel Ben-Yehuda
-11
/
+20
2017-11-25
avoid type-live-for-region obligations on dummy nodes
Ariel Ben-Yehuda
-5
/
+15
2017-11-16
Nit: rework region obligations to a snapshotted vector
Niko Matsakis
-2
/
+1
2017-11-16
convert TODO in traits into a FIXME
Niko Matsakis
-5
/
+8
2017-11-15
move the `region_obligations` processing code into `InferCtxt`
Niko Matsakis
-1
/
+1
2017-11-15
assert that we are consuming all of the region obligations
Niko Matsakis
-0
/
+9
2017-11-15
convert EXTRA_REQUIREMENT_IN_IMPL into a hard error
Niko Matsakis
-1
/
+0
2017-11-15
move region constraints into inference context
Niko Matsakis
-1
/
+1
2017-11-12
rustc_driver: base extern query providers on local ones.
Eduard-Mihai Burtescu
-11
/
+0
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-7
/
+7
2017-10-13
Remove export of vtable_methods
Jimmy Brisson
-1
/
+1
2017-10-13
Wrap vtable_methods return type in RC
Jimmy Brisson
-41
/
+43
2017-10-13
get_vtable_methods => vtable_methods query
Jimmy Brisson
-5
/
+7
2017-10-13
Convert return type of get_vtable_methods to Vec
Jimmy Brisson
-2
/
+2
2017-10-08
Turn `trans_fulfill_obligation` into a query
Wesley Wiser
-0
/
+2
2017-09-14
bring Ty into scope
Douglas Campos
-1
/
+1
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+2
2017-09-05
Add hints when intercrate ambiguity causes overlap.
Masaki Hara
-3
/
+2
2017-09-03
Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis
bors
-0
/
+2
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-1
/
+1
2017-09-03
move the on_unimplemented logic to its own file
Ariel Ben-Yehuda
-1
/
+2
2017-09-03
refactor and centralize `on_unimplemented` parsing
Ariel Ben-Yehuda
-0
/
+1
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-3
/
+3
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-29
rustc: Remove `specailization_cache` in favor of a query
Alex Crichton
-1
/
+3
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-18
Handle structs, unions and enums unsized field/variant separately
Guillaume Gomez
-2
/
+2
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+19
2017-07-07
use the evaluation cache instead of the global fulfillment cache
Ariel Ben-Yehuda
-1
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-06-29
Check explicitly that tuple initializer is Sized.
Masaki Hara
-0
/
+2
2017-06-29
Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakis
bors
-1
/
+1
2017-06-28
Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis
bors
-2
/
+5
2017-06-28
rustc_typeck: use body-id of type-checking item in need_type_info
Venkata Giri Reddy
-1
/
+1
2017-06-24
Detect missing `;` on methods with return type `()`
Esteban Küber
-21
/
+32
2017-06-21
avoid translating roots with predicates that do not hold
Ariel Ben-Yehuda
-2
/
+5
2017-06-14
suppress trait errors that are implied by other errors
Ariel Ben-Yehuda
-1
/
+0
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-2
/
+2
2017-06-01
strip param-env from infcx
Niko Matsakis
-33
/
+44
[next]