| Age | Commit message (Expand) | Author | Lines |
| 2019-08-28 | Auto merge of #63875 - philipc:issue-57822, r=michaelwoerister | bors | -4/+10 |
| 2019-08-27 | debuginfo: always include disambiguator in type names | Philip Craig | -10/+8 |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -2/+10 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -9/+2 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -1/+0 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -7/+20 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -1/+8 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -3/+3 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -4/+1 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -2/+2 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -0/+32 |
| 2019-08-13 | review feedback: add comments and use local flavor variable | Martin Finkel | -1/+4 |
| 2019-08-12 | review feedback: move uwp link code to get_linker | Martin Finkel | -13/+28 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -3/+3 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -3/+3 |
| 2019-08-10 | Derive Debug for CrateInfo | bjorn3 | -0/+1 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+3 |
| 2019-08-08 | move store lib probing code to librustc_codegen_ssa | Martin Finkel | -0/+14 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -13/+30 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -4/+4 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -4/+4 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -8/+19 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -10/+5 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -1/+0 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -5/+17 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -5/+4 |
| 2019-08-02 | Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJung | Mazdak Farrokhzad | -3/+3 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -1/+1 |
| 2019-07-29 | use PanicInfo and UnsupportedOpInfo | Saleem Jaffer | -3/+3 |
| 2019-07-29 | Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic | Mazdak Farrokhzad | -201/+46 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -11/+0 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -1/+1 |
| 2019-07-26 | Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton | bors | -0/+20 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -4/+3 |
| 2019-07-25 | rustc: codegen: Build import library for all windows targets | Hugo Beauzée-Luyssen | -0/+20 |
| 2019-07-25 | std: Use native `#[thread_local]` TLS on wasm | Alex Crichton | -0/+7 |
| 2019-07-25 | rustc: Update wasm32 support for LLVM 9 | Alex Crichton | -201/+39 |
| 2019-07-25 | Rollup merge of #62901 - petrochenkov:serde, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-07-24 | fix unused import | Ralf Jung | -1/+1 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -4/+3 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -5/+5 |
| 2019-07-24 | do not use InterpError::description outside librustc::mir | Ralf Jung | -2/+2 |
| 2019-07-23 | Rollup merge of #62859 - spastorino:rename-to-as-ref, r=Centril | Mark Rousskov | -12/+12 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -3/+3 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -3/+3 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -3/+3 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -3/+3 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -12/+12 |