| Age | Commit message (Expand) | Author | Lines |
| 2019-02-14 | rustc_mir: rename `Qualif::for_ty to `Qualif::any_value_of_ty`. | Eduard-Mihai Burtescu | -14/+19 |
| 2019-02-14 | rustc_mir: remove qualify_consts::Qualif::FN_ARGUMENT. | Eduard-Mihai Burtescu | -12/+4 |
| 2019-02-14 | rustc_mir: remove outdated `const fn` stability diagnostic. | Eduard-Mihai Burtescu | -22/+4 |
| 2019-02-14 | rustc_mir: split qualify_consts' checking and value qualification. | Eduard-Mihai Burtescu | -471/+628 |
| 2019-02-14 | rustc_mir: split off some qualify_consts::Checker fields into a State struct. | Eduard-Mihai Burtescu | -61/+73 |
| 2019-02-14 | rustc_mir: rename qualify_consts::Qualifier to Checker. | Eduard-Mihai Burtescu | -18/+18 |
| 2019-02-14 | Remove no longer accurate diagnostic code about NLL | Lzu Tao | -4/+0 |
| 2019-02-14 | Rollup merge of #58449 - topecongiro:rustfmt-toolstate, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-14 | Rollup merge of #58407 - euclio:upper-camel-case, r=estebank | Mazdak Farrokhzad | -126/+139 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -83/+246 |
| 2019-02-14 | Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1 | Mazdak Farrokhzad | -85/+176 |
| 2019-02-14 | Rollup merge of #58365 - Zoxc:task-status, r=michaelwoerister | Mazdak Farrokhzad | -0/+17 |
| 2019-02-14 | Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix | Mazdak Farrokhzad | -112/+234 |
| 2019-02-14 | Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri... | Mazdak Farrokhzad | -20/+72 |
| 2019-02-14 | SGX target: fix panic = abort | Jethro Beekman | -2/+4 |
| 2019-02-13 | Add a tracking issue | Steven Fackler | -11/+11 |
| 2019-02-13 | Whitelist iovec types in linkchecker | Steven Fackler | -1/+3 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -47/+53 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -92/+1033 |
| 2019-02-14 | Notify @topecongiro when the state of rustfmt has changed | topecongiro | -1/+1 |
| 2019-02-14 | Rollup merge of #58308 - gnzlbg:context_insert_intr, r=eddyb | Mazdak Farrokhzad | -12/+17 |
| 2019-02-14 | Rollup merge of #58301 - RalfJung:fat-ptr-eq, r=oli-obk | Mazdak Farrokhzad | -130/+146 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -69/+245 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -62/+206 |
| 2019-02-14 | Rollup merge of #58258 - nnethercote:shrink-hir-Expr, r=michaelwoerister | Mazdak Farrokhzad | -10/+23 |
| 2019-02-14 | Rollup merge of #57992 - Matthias247:waker4, r=cramertj | Mazdak Farrokhzad | -470/+239 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -50/+65 |
| 2019-02-14 | Rollup merge of #57451 - dlrobertson:can_use_as_ref_nit, r=estebank | Mazdak Farrokhzad | -13/+18 |
| 2019-02-13 | mask `compiler_builtins` docs | Andy Russell | -1/+6 |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -10/+23 |
| 2019-02-13 | Return without a reference in unix Weak::get() | Josh Stone | -5/+4 |
| 2019-02-13 | Check the self-type of inherent associated constants | Matthew Jasper | -30/+74 |
| 2019-02-13 | Avoid allocation in std::sys::unix::weak | Josh Stone | -3/+3 |
| 2019-02-13 | Whitelist the ARM v6 target-feature | gnzlbg | -0/+1 |
| 2019-02-13 | Use posix_spawn_file_actions_addchdir_np when possible | Josh Stone | -2/+22 |
| 2019-02-13 | Propagate region constraints more precisely from closures | Matthew Jasper | -66/+142 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -21/+23 |
| 2019-02-13 | Avoid propagating redundant outlives constraints from closures | Matthew Jasper | -49/+93 |
| 2019-02-13 | specify "upper camel case" in style lint | Andy Russell | -126/+139 |
| 2019-02-13 | Add `impl From<!> for Infallible` | Simon Sapin | -0/+7 |
| 2019-02-13 | suggestion-diagnostics: as_ref improve snippet | Dan Robertson | -13/+18 |
| 2019-02-13 | miri: test with slightly larger BTrees | Ralf Jung | -8/+10 |
| 2019-02-13 | review failures in heap, slice, vec | Ralf Jung | -4/+32 |
| 2019-02-13 | review failures in btree, string | Ralf Jung | -6/+42 |
| 2019-02-13 | review failures in binary_heap, str, vec_deque | Ralf Jung | -33/+23 |
| 2019-02-13 | the formatting issue got fixed | Ralf Jung | -3/+3 |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -9/+28 |
| 2019-02-13 | Rollup merge of #58420 - dvdhrm:target-uefi-comments, r=nagisa | Mazdak Farrokhzad | -12/+17 |
| 2019-02-13 | Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obk | Mazdak Farrokhzad | -0/+5 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -58/+73 |