| Age | Commit message (Expand) | Author | Lines |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -5/+5 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -12/+12 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -9/+9 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -85/+85 |
| 2018-08-15 | Auto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakis | bors | -1/+14 |
| 2018-08-10 | Consider changing assert! to debug_assert! when it calls visit_with | ljedrz | -4/+4 |
| 2018-08-09 | Preferring BuiltInCandidate { has_nested: false } in all cases | Sunjay Varma | -1/+14 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -2/+2 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -2/+2 |
| 2018-07-02 | drive-by nits and debug | Niko Matsakis | -0/+5 |
| 2018-06-24 | Update broken rustc-guide links | Alex Kitchens | -3/+3 |
| 2018-06-08 | Reenable trivial bounds | Matthew Jasper | -11/+61 |
| 2018-05-23 | Rollup merge of #50932 - nnethercote:seen-Predicates, r=eddyb | kennytm | -3/+18 |
| 2018-05-21 | rustc: don't call Kind::from directly, use .into() instead. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-05-21 | Optimize seen Predicate filtering. | Nicholas Nethercote | -3/+18 |
| 2018-05-15 | Implement RFC 2056 - trivial constraints | Matthew Jasper | -37/+28 |
| 2018-05-10 | Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister | bors | -13/+15 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -3/+3 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -11/+13 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -2/+2 |
| 2018-05-07 | Make SelectionCache and EvaluationCache thread-safe | John Kåre Alsaker | -10/+17 |
| 2018-05-02 | track skol levels in the InferCtxt rather than via counter | Sean Griffin | -5/+4 |
| 2018-04-26 | Retry canonical trait query in standard mode if overflow occurs | Aravind Gollakota | -7/+12 |
| 2018-04-26 | Remove the stored obligation in OverflowError to simplify things | Aravind Gollakota | -20/+19 |
| 2018-04-26 | Introduce trait query mode and use it to set overflow error handling policy i... | Aravind Gollakota | -11/+45 |
| 2018-04-26 | Simplify trait selector's evaluation API slightly | Aravind Gollakota | -20/+4 |
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -9/+24 |
| 2018-04-26 | Refactor overflow handling in traits::select to propagate overflow instead of... | Aravind Gollakota | -69/+105 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-24 | Remove methods with implicit Binder::skip_bound | Tyler Mandry | -1/+2 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -46/+50 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-04-08 | Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb | bors | -19/+43 |
| 2018-04-05 | do not propagate `Err` when determing causal info | Niko Matsakis | -19/+43 |
| 2018-04-05 | Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton | kennytm | -0/+2 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -3/+7 |
| 2018-04-04 | Updated codeblocks to specify language where required. | David Wood | -0/+2 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -2/+1 |
| 2018-03-26 | Move some implementations of Clone and Copy to libcore | Francis Gagné | -3/+7 |
| 2018-03-23 | Revert "add universes to type inference variables" | Sean Griffin | -2/+1 |
| 2018-03-23 | Rename variables in rustc’s SelectionContext::copy_clone_conditions | Simon Sapin | -4/+3 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -6/+2 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -49/+6 |
| 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 | -1/+1 |
| 2018-03-08 | Prepare for using miri in trans | Alexander Regueiro | -4/+20 |
| 2018-03-07 | Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into upd... | Alex Crichton | -71/+39 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -11/+0 |