| Age | Commit message (Expand) | Author | Lines |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -0/+11 |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -2/+2 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -1/+7 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -1/+7 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -3/+3 |
| 2018-04-23 | introduce new DefPathData variants for traits, assoc types | Niko Matsakis | -2/+19 |
| 2018-04-14 | Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petroche... | kennytm | -9/+8 |
| 2018-04-13 | Use InternedString rather than Name for RegionParameterDef | varkor | -9/+8 |
| 2018-04-10 | Make PerfStats thread-safe and remove unused fields | John Kåre Alsaker | -12/+5 |
| 2018-04-06 | Print query stack on ICEs | John Kåre Alsaker | -1/+9 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -1/+2 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -1/+1 |
| 2018-03-23 | Revert "change skolemizations to use universe index" | Sean Griffin | -1/+1 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -2/+2 |
| 2018-03-22 | Produce nice array lengths on a best effort basis | Oliver Schneider | -2/+2 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -0/+18 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -2/+2 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+9 |
| 2018-03-13 | add handy helper for Cell<usize>, used for perf stats | Niko Matsakis | -0/+10 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -30/+32 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -4/+0 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -0/+4 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -11/+0 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -1/+1 |
| 2018-03-01 | change skolemizations to use universe index | Niko Matsakis | -1/+1 |
| 2018-03-01 | obtain `UnificationTable` and `snapshot_vec` from `ena` instead | Niko Matsakis | -0/+6 |
| 2018-02-20 | Do not run the default panic hook inside procedural macros. Fixes #47812 | John Kåre Alsaker | -0/+21 |
| 2018-01-31 | in which HirIdMap is introduced as an affordance for using HirIds more | Zack M. Davis | -1/+3 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -2/+25 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -5/+2 |
| 2017-12-23 | Auto merge of #46881 - michaelwoerister:ensure-coherence, r=nikomatsakis | bors | -1/+1 |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -7/+11 |
| 2017-12-20 | incr.comp.: Cache check_match query. | Michael Woerister | -1/+1 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+8 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -10/+4 |
| 2017-11-22 | Make RegionVid use newtype_index! | Santiago Pastorino | -2/+2 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -3/+3 |
| 2017-11-18 | make `ty::Predicate` carry a `ClosureSubsts` | Niko Matsakis | -3/+3 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -0/+4 |
| 2017-11-03 | Use a `Set<T>` instead of a `Map<T, bool>` | Oliver Schneider | -0/+2 |
| 2017-10-27 | fix rebase | Paul Liétar | -0/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+1 |
| 2017-10-08 | Introduce `Print` trait for displaying types | Wonwoo Choi | -797/+968 |
| 2017-10-08 | Name higher-ranked lifetimes properly while displaying | Wonwoo Choi | -20/+70 |
| 2017-09-26 | Auto merge of #44735 - tirr-c:issue-42143, r=arielb1 | bors | -0/+6 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -7/+8 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -7/+8 |
| 2017-09-23 | Print fn signature when there is closure argument type mismatch | Wonwoo Choi | -0/+6 |