| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-20 | Remove explicit return from last line of fn | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Avoid cloning Place in codegen_place | Santiago Pastorino | -40/+42 |
| 2019-07-20 | Implement Place::as_place_ref | Santiago Pastorino | -6/+1 |
| 2019-07-20 | Avoid cloning place in LocalAnalyzer visitor | Santiago Pastorino | -56/+85 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -41/+92 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -2/+2 |
| 2019-07-13 | Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix | bors | -24/+62 |
| 2019-07-12 | rustc_codegen_ssa: fix range check in codegen_get_discr. | Eduard-Mihai Burtescu | -23/+47 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -3/+5 |
| 2019-07-11 | rustc_codegen_ssa: try to make codegen_get_discr more readable. | Eduard-Mihai Burtescu | -18/+32 |
| 2019-07-10 | Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-07-09 | Fix float add/mul reduction codegen | Nikita Popov | -0/+1 |
| 2019-07-09 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -2/+2 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-07-05 | Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=Zoxc | Mazdak Farrokhzad | -2/+5 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |