| Age | Commit message (Expand) | Author | Lines |
| 2018-05-14 | rustc: don't trip an assertion for enums with present but uninhabited variants. | Eduard-Mihai Burtescu | -0/+5 |
| 2018-05-13 | rustc: leave space for fields of uninhabited types to allow partial initializ... | Eduard-Mihai Burtescu | -23/+50 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -5/+5 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -0/+8 |
| 2018-05-04 | Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakis | bors | -12/+19 |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -0/+8 |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -9/+18 |
| 2018-05-02 | introduce `UniverseIndex` into `InferCtxt` | Sean Griffin | -3/+1 |
| 2018-05-01 | Correct initial field alignment for repr(C)/repr(int) | varkor | -2/+6 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -10/+22 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -24/+20 |
| 2018-04-30 | put ReSkolemized into the global tcx | Niko Matsakis | -8/+13 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -6/+15 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -24/+20 |
| 2018-04-30 | remove some (apparently) dead code | Niko Matsakis | -16/+0 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -6/+17 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -3/+5 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -1/+0 |
| 2018-04-29 | Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakis | bors | -1/+1 |
| 2018-04-28 | Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj | bors | -4/+4 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -1/+1 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -505/+498 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -2/+10 |
| 2018-04-27 | Address comments | John Kåre Alsaker | -6/+9 |
| 2018-04-27 | Store query jobs and query results in separate maps to reduce memory usage | John Kåre Alsaker | -25/+23 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -297/+318 |
| 2018-04-27 | Create a job immediately when looking in the query map and start it later | John Kåre Alsaker | -245/+216 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -16/+15 |
| 2018-04-27 | Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister | kennytm | -16/+15 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -2/+4 |
| 2018-04-27 | Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis | bors | -4/+28 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -16/+15 |
| 2018-04-27 | Auto merge of #49420 - nox:enum-scalarpair, r=eddyb | bors | -8/+73 |
| 2018-04-26 | Retry canonical trait query in standard mode if overflow occurs | Aravind Gollakota | -2/+3 |
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -4/+27 |
| 2018-04-26 | Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb | bors | -5/+4 |
| 2018-04-26 | Fixed tidy errors. | Irina Popa | -2/+2 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -6/+6 |
| 2018-04-26 | Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747) | Anthony Ramine | -5/+4 |
| 2018-04-26 | rustc_target: move for_variant and field TyLayout methods to a trait. | Irina Popa | -80/+39 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -5/+7 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -759/+39 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -1/+1 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -1/+1 |
| 2018-04-26 | Auto merge of #50072 - oli-obk:discriminants, r=eddyb | bors | -17/+23 |
| 2018-04-26 | Use ScalarPair for tagged enums | Anthony Ramine | -8/+73 |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -17/+23 |
| 2018-04-26 | Auto merge of #49732 - Zoxc:sync-dep-graph, r=michaelwoerister | bors | -0/+8 |
| 2018-04-26 | Implement LazyBTreeMap and use it in a few places. | Nicholas Nethercote | -4/+4 |
| 2018-04-25 | Move the Lock into OpenTask | John Kåre Alsaker | -3/+3 |