| Age | Commit message (Expand) | Author | Lines |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -3/+3 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -6/+209 |
| 2019-07-10 | Auto merge of #62441 - RalfJung:place-ptr-normalization, r=oli-obk | bors | -92/+112 |
| 2019-07-09 | Added comment explaining purpose of `search_for_adt_without_structural_match`. | Felix S. Klock II | -0/+24 |
| 2019-07-08 | Rewrite with future-compat lint for indirect pattern omitting | Felix S. Klock II | -6/+185 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+1 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -19/+19 |
| 2019-07-06 | forcing instead of normalization | Ralf Jung | -12/+17 |
| 2019-07-06 | remove outdated comment | Ralf Jung | -2/+0 |
| 2019-07-06 | remove some no-longer-needed methods | Ralf Jung | -27/+2 |
| 2019-07-06 | Add check_mplace_ptr convenience method; provide ptr-normalization methods fo... | Ralf Jung | -66/+108 |
| 2019-07-06 | Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasper | bors | -49/+13 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -49/+13 |
| 2019-07-06 | Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis | Mazdak Farrokhzad | -64/+68 |
| 2019-07-06 | Rollup merge of #62257 - RalfJung:miri-c-str, r=estebank | Mazdak Farrokhzad | -0/+10 |
| 2019-07-06 | Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis | Mazdak Farrokhzad | -85/+165 |
| 2019-07-05 | Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -19/+19 |
| 2019-07-05 | Rollup merge of #62158 - christianpoveda:ecx-memory-extra, r=RalfJung | Mazdak Farrokhzad | -7/+17 |
| 2019-07-05 | Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=Zoxc | Mazdak Farrokhzad | -17/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-06 | Remove compile-pass from error codes' explanation | Yuki Okushi | -2/+2 |
| 2019-07-05 | Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddyb | Mazdak Farrokhzad | -21/+28 |
| 2019-07-05 | Remove `solve_nll_region_constraints` measurements from `-Ztime-passes` output. | Nicholas Nethercote | -17/+1 |
| 2019-07-04 | Break out of the correct number of scopes in loops | Matthew Jasper | -21/+28 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -19/+19 |
| 2019-07-04 | improve validity error range printing for singleton ranges | Ralf Jung | -8/+9 |
| 2019-07-04 | turns out that dangling pointer branch is dead code; remove it and improve th... | Ralf Jung | -12/+9 |
| 2019-07-04 | use get_size_and_align to test if an allocation is live | Ralf Jung | -11/+10 |
| 2019-07-04 | organize methods a bit better | Ralf Jung | -36/+38 |
| 2019-07-04 | more inlining | Ralf Jung | -6/+8 |
| 2019-07-04 | make Memory::get_fn take a Scalar like most of the Memory API surface | Ralf Jung | -9/+10 |
| 2019-07-04 | fix for tidy | Ralf Jung | -1/+1 |
| 2019-07-04 | fix determinig the size of foreign static allocations | Ralf Jung | -5/+19 |
| 2019-07-04 | add machine hook to handle calls to 'extra' function values | Ralf Jung | -1/+26 |
| 2019-07-04 | Add basic support for "other" kinds of values for function pointers, determin... | Ralf Jung | -64/+107 |
| 2019-07-04 | Go back to just passing MemoryExtra to the machine-level allocation hooks | Ralf Jung | -13/+13 |
| 2019-07-04 | Machine: make self-like parameters come first | Ralf Jung | -16/+16 |
| 2019-07-04 | Fix merge conflicts | Christian Poveda | -374/+1201 |
| 2019-07-04 | Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertj | Mazdak Farrokhzad | -6/+9 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -3/+4 |
| 2019-07-04 | Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obk | Mazdak Farrokhzad | -70/+70 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -57/+57 |
| 2019-07-03 | Auto merge of #62335 - Mark-Simulacrum:rollup-0pcaz5a, r=Mark-Simulacrum | bors | -9/+17 |
| 2019-07-03 | Rollup merge of #62229 - christianpoveda:intptrcast-explicit-casts, r=RalfJung | Mark Rousskov | -9/+17 |
| 2019-07-03 | Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkov | bors | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -22/+22 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -11/+11 |