| Age | Commit message (Expand) | Author | Lines |
| 2018-08-27 | rustc: Suggest removing `extern crate` in 2018 | Alex Crichton | -1/+128 |
| 2018-08-27 | update comment in the interest of precision | Niko Matsakis | -6/+10 |
| 2018-08-27 | remove the liveness mode and simplify `categorize` | Niko Matsakis | -43/+17 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -23/+94 |
| 2018-08-27 | Fix anon param + make it allow-by-def | Mark Mansi | -3/+10 |
| 2018-08-27 | fix another | Mark Mansi | -1/+1 |
| 2018-08-27 | fix some anon params | Mark Mansi | -8/+8 |
| 2018-08-27 | oops | Mark Mansi | -3/+1 |
| 2018-08-27 | warn on anon params in 015 | Mark Mansi | -1/+1 |
| 2018-08-27 | add llvm-readobj to llvm-tools-preview | Jorge Aparicio | -0/+1 |
| 2018-08-27 | use associated const for machine controlling mutable statics | Ralf Jung | -67/+39 |
| 2018-08-27 | get rid of *most* of the fn call hack by honoring mir.spread_arg | Ralf Jung | -62/+56 |
| 2018-08-27 | fix len() on non-array but array-layout types (e.g. SIMD) | Ralf Jung | -14/+15 |
| 2018-08-27 | expand comment on how statics work | Ralf Jung | -3/+9 |
| 2018-08-27 | fix handling of unsized types in validation; validate str to be UTF-8 | Ralf Jung | -315/+399 |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -65/+64 |
| 2018-08-27 | dedicated handling for binops on bool and char (UB if they are not valid) | Ralf Jung | -60/+113 |
| 2018-08-27 | get rid of FinishStatic hack from stack clenaup; const_eval can do that itself | Ralf Jung | -42/+28 |
| 2018-08-27 | move const_eval out of rustc_mir::interpret | Ralf Jung | -19/+22 |
| 2018-08-27 | switch validation to use operand, not mplace | Ralf Jung | -101/+84 |
| 2018-08-27 | terminator/drop.rs is just one fn... merge it together with the other termina... | Ralf Jung | -66/+46 |
| 2018-08-27 | Clean up function calling | Ralf Jung | -118/+99 |
| 2018-08-27 | simplify const_to_allocation_provider because it is used for statics only | Ralf Jung | -17/+5 |
| 2018-08-27 | allow Machine to hook into foreign statics; remove unused HasMemory trait | Ralf Jung | -126/+72 |
| 2018-08-27 | without all those copies of constants, we can finally make eval_operand take ... | Ralf Jung | -59/+53 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -524/+656 |
| 2018-08-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -27/+211 |
| 2018-08-27 | add test for the suggestion from prelude | Douglas Campos | -0/+37 |
| 2018-08-27 | no need to special case std | Douglas Campos | -11/+7 |
| 2018-08-27 | Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakis | bors | -84/+110 |
| 2018-08-27 | Also use smaller spans for unsize adjustments | Matthew Jasper | -89/+62 |
| 2018-08-27 | Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk | bors | -58/+47 |
| 2018-08-27 | Avoid calling `unroll_place()` in a common case. | Nicholas Nethercote | -0/+8 |
| 2018-08-27 | save-analysis: Differentiate foreign functions and statics. | Emilio Cobos Álvarez | -2/+2 |
| 2018-08-27 | Auto merge of #53648 - japaric:thumb-lld, r=alexcrichton | bors | -11/+10 |
| 2018-08-27 | Update clippy | John Kåre Alsaker | -29/+16 |
| 2018-08-27 | Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoerister | bors | -35/+151 |
| 2018-08-26 | readd final newline | Esteban Kuber | -1/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -29/+31 |
| 2018-08-26 | Do not suggest dereferencing in macro | Esteban Küber | -18/+37 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -35/+151 |
| 2018-08-26 | Auto merge of #53715 - pietroalbini:missing-components-manifest, r=alexcrichton | bors | -66/+46 |
| 2018-08-26 | Auto merge of #53717 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -20/+77 |
| 2018-08-26 | Reduce number of syscalls in `rand` | Tobias Bucher | -39/+57 |
| 2018-08-26 | use an incremental-fulldeps test instead of a run-make test | Ariel Ben-Yehuda | -18/+15 |
| 2018-08-26 | create a valid DefIdTable for proc macro crates | Ariel Ben-Yehuda | -31/+198 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -24/+87 |
| 2018-08-26 | Remove static and const initialization from documentation | Guillaume Gomez | -20/+7 |
| 2018-08-26 | Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez | Guillaume Gomez | -3/+2 |
| 2018-08-26 | Rollup merge of #53651 - GuillaumeGomez:struct-keyword, r=QuietMisdreavus | Guillaume Gomez | -0/+21 |