| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -67/+0 | |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -5/+4 | |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -3/+0 | |
| This operator creates a raw pointer to a Place directly, without first creating a reference. See RFC #2582 for motivation. The Rvalue is currently unused. | ||||
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 | |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1/+2 | |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-14 | Fix ICE and report a human readable error | Oliver Scherer | -0/+2 | |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -5/+5 | |
| 2018-08-22 | Remove Ty prefix from ↵ | varkor | -6/+6 | |
| Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} | ||||
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 | |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -4/+4 | |
| 2018-03-22 | Replace `structurally_resolved_type` in casts check. | leonardo.yvens | -2/+1 | |
| The behaviour of `resolve_type_vars_if_possible` is simpler and infallible. | ||||
| 2017-12-24 | Handle casts to integer/float variables | Ariel Ben-Yehuda | -0/+3 | |
| These can happen if prior errors disable defaulting. Fixes #43825. | ||||
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -1/+1 | |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -0/+76 | |
