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
Age
Commit message (
Expand
)
Author
Lines
2018-03-13
short-circuit `dropck_outlives` for simple cases
Niko Matsakis
-2
/
+72
2018-03-13
add some debug output
Niko Matsakis
-1
/
+15
2018-03-13
move `drain_fulfillment_cx_or_panic` to be private to traits::trans
Niko Matsakis
-0
/
+44
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-76
/
+9
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-0
/
+82
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-1
/
+197
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+301
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-6
/
+9
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-10
/
+7
2018-03-13
improve TypeFoldable/Lift macros and make a bunch of stuff use them
Niko Matsakis
-236
/
+45
2018-03-08
Tidy fix
Oliver Schneider
-1
/
+2
2018-03-08
Add stack traces to miri errors
Oliver Schneider
-2
/
+2
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-2
/
+2
2018-03-08
Fully use miri in trans
Oliver Schneider
-8
/
+6
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-27
/
+71
2018-03-07
Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into upd...
Alex Crichton
-84
/
+39
2018-03-07
Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis
Alex Crichton
-50
/
+1
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-50
/
+1
2018-03-03
Refactor away `inferred_obligations` from the trait selector
Aravind Gollakota
-85
/
+40
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-3
/
+3
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-7
/
+8
2018-03-01
add universes to type inference variables
Niko Matsakis
-7
/
+21
2018-03-01
store type values in the unification table directly
Niko Matsakis
-8
/
+8
2018-03-01
introduce `UniverseIndex` into `ParamEnv`
Niko Matsakis
-2
/
+5
2018-03-01
add some comments to `Obligation`
Niko Matsakis
-1
/
+12
2018-02-28
Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis
kennytm
-496
/
+29
2018-02-27
Bring back ParamEnv deduplication
Tatsuyuki Ishi
-2
/
+5
2018-02-25
tidy fix
Mark Mansi
-2
/
+4
2018-02-25
Make comment into a doc comment and change readme ref
Mark Mansi
-8
/
+10
2018-02-25
Change links to readmes
Mark Mansi
-6
/
+17
2018-02-24
Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb
Manish Goregaokar
-2
/
+2
2018-02-24
Rollup merge of #48296 - ishitatsuyuki:exp-unblow, r=nikomatsakis
Manish Goregaokar
-118
/
+128
2018-02-24
Rollup merge of #48246 - estebank:ice, r=nikomatsakis
Manish Goregaokar
-1
/
+14
2018-02-23
Start moving to the rustc guide!
Mark Mansi
-482
/
+0
2018-02-23
Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebank
Manish Goregaokar
-8
/
+36
2018-02-23
Introduce UnpackedKind
varkor
-2
/
+2
2018-02-22
impl_or_trait_obligations: deduplicate obligations
Tatsuyuki Ishi
-6
/
+13
2018-02-22
Fix exponential blowup on nested types
Tatsuyuki Ishi
-101
/
+114
2018-02-22
Remove needless dedup from projection
Tatsuyuki Ishi
-10
/
+0
2018-02-22
Revert "Implement Ord as necessary"
Tatsuyuki Ishi
-1
/
+1
2018-02-18
Cleanup formatting
Aaron Hill
-3
/
+3
2018-02-18
Fix merge conflicts
Aaron Hill
-1
/
+1
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-3
/
+36
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-2
/
+2
2018-02-15
Avoid ICE in arg mistmatch error for tuple variants
Esteban Küber
-1
/
+14
2018-02-13
Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix
bors
-9
/
+31
2018-02-12
detect wrong number of args when type-checking a closure
Niko Matsakis
-8
/
+36
2018-02-10
Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou...
kennytm
-44
/
+49
2018-02-07
Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis
Manish Goregaokar
-18
/
+53
[prev]
[next]