| Age | Commit message (Expand) | Author | Lines |
| 2019-01-09 | Auto merge of #57419 - cramertj:pin-set, r=withouboats | bors | -2/+2 |
| 2019-01-09 | MetadataOnlyCodegenBackend: remove `is_inline` call | lqd | -1/+0 |
| 2019-01-09 | Exposing enclave image-base to the enclave application | Vardhan Thigle | -7/+5 |
| 2019-01-09 | Separate the description on different lines | Yuki Okushi | -1/+3 |
| 2019-01-09 | Add check_attribute | Yuki Okushi | -0/+6 |
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -178/+99 |
| 2019-01-09 | Update reference of rlibc crate to compiler-builtins crate | king6cong | -1/+1 |
| 2019-01-09 | Fix irrefutable slice patterns in const fn | Oliver Scherer | -6/+28 |
| 2019-01-09 | const fn feature gate is not needed anymore in a lot of tests | Oliver Scherer | -37/+38 |
| 2019-01-09 | Clarify const_let comment | Oliver Scherer | -1/+3 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -865/+283 |
| 2019-01-09 | Auto merge of #57086 - oli-obk:miri_dist, r=kennytm | bors | -1/+159 |
| 2019-01-09 | Change `String` to `&'static str` in `ParseResult::Failure`. | Nicholas Nethercote | -4/+4 |
| 2019-01-08 | addressing Niko's comments | Blitzerr | -41/+45 |
| 2019-01-09 | explain safety for vec.set_len(0) | Mazdak Farrokhzad | -0/+3 |
| 2019-01-08 | [Cleanup] This is the first in the series of removals of with_freevars usage. | Blitzerr | -46/+74 |
| 2019-01-08 | Some more refactoring. | Blitzerr | -3/+3 |
| 2019-01-08 | Creating the vector using with_capacity to avoid re-allocation later on (#56905) | Blitzerr | -1/+6 |
| 2019-01-08 | Issue 56905 | Blitzerr | -6/+24 |
| 2019-01-08 | Consolidate equality constraints error message | varkor | -4/+5 |
| 2019-01-08 | Add issue reference to E0202 message | varkor | -5/+5 |
| 2019-01-08 | Change std::error::Error trait documentation to talk about `source` instead o... | Czipperz | -7/+7 |
| 2019-01-08 | RawVec doesn't always abort on allocation errors | Jonathan Behrens | -1/+1 |
| 2019-01-08 | Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor | bors | -20/+99 |
| 2019-01-09 | Misc cleanups | Shotaro Yamada | -8/+7 |
| 2019-01-08 | lldb_batchmode.py: try `import _thread` for Python 3 | Josh Stone | -1/+6 |
| 2019-01-08 | Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakis | bors | -55/+34 |
| 2019-01-08 | Update stdsimd submodule | Guillaume Gomez | -0/+2 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -82/+83 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -103/+89 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -179/+191 |
| 2019-01-08 | Move diagnostics out from QueryJob and optimize for the case with no diagnostics | John Kåre Alsaker | -46/+67 |
| 2019-01-08 | Auto merge of #57429 - alexcrichton:fix-dist, r=Mark-Simulacrum | bors | -8/+8 |
| 2019-01-08 | Supporting backtrace for x86_64-fortanix-unknown-sgx. | Vardhan Thigle | -10/+83 |
| 2019-01-08 | More feature whitelisting of winapi | Oliver Scherer | -0/+3 |
| 2019-01-08 | Adjust cargo workspace hack to miri/cargo interactions | Oliver Scherer | -1/+4 |
| 2019-01-08 | fixup | Oliver Scherer | -2/+46 |
| 2019-01-08 | Prepare everything for distributing miri via rustup | Oliver Scherer | -0/+108 |
| 2019-01-08 | Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoerister | bors | -172/+131 |
| 2019-01-08 | Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler | bors | -28/+103 |
| 2019-01-08 | Make `mk_eval_cx` private to const eval | Oliver Scherer | -1/+1 |
| 2019-01-08 | Manually push a stack frame where no valid frame is needed | Oliver Scherer | -35/+12 |
| 2019-01-08 | Auto merge of #57332 - Dylan-DPC:feature/stabilise-cfg-attr, r=Centril | bors | -110/+16 |
| 2019-01-08 | Remove `CrateNum::Invalid`. | Nicholas Nethercote | -4/+0 |
| 2019-01-07 | Add link destination for `read-ownership` | Dylan MacKenzie | -0/+1 |
| 2019-01-08 | Make `TokenStream` less recursive. | Nicholas Nethercote | -341/+148 |
| 2019-01-07 | Build LLVM with -static-libstdc++ on dist builds | Alex Crichton | -8/+8 |
| 2019-01-08 | Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoerister | bors | -30/+40 |
| 2019-01-08 | save-analysis: use a fallback when access levels couldn't be computed | Igor Matuszewski | -3/+14 |
| 2019-01-07 | Reborrow Pin<P> using &mut in `Pin::set` | Taylor Cramer | -2/+2 |