| Age | Commit message (Expand) | Author | Lines |
| 2018-09-25 | Improvements to finding LLVM's FileCheck | Tom Tromey | -2/+33 |
| 2018-09-25 | incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds. | Michael Woerister | -1/+0 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -58/+58 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -188/+848 |
| 2018-09-25 | Add examples for doc | Son | -4/+22 |
| 2018-09-25 | Auto merge of #54430 - adrian-budau:master, r=alexcrichton | bors | -7/+1 |
| 2018-09-25 | Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapin | bors | -0/+332 |
| 2018-09-25 | Also rename ExactChunks iterator name to ChunksExact | Sebastian Dröge | -26/+26 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -17/+540 |
| 2018-09-24 | Rely only on base alignment and offset for computing field alignment | Colin Pronovost | -4/+11 |
| 2018-09-25 | Added section to Unstable Book. | Alexander Regueiro | -0/+28 |
| 2018-09-25 | Added tests. | Alexander Regueiro | -1/+170 |
| 2018-09-25 | Handle locals in closures properly. | Alexander Regueiro | -123/+83 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -235/+368 |
| 2018-09-25 | Lower `impl Trait` types in locals. | Alexander Regueiro | -176/+262 |
| 2018-09-25 | Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelix | bors | -906/+1197 |
| 2018-09-24 | std: Start implementing wasm32 atomics | Alex Crichton | -4/+509 |
| 2018-09-24 | Rename places_conflict to borrow_conflicts_with_place | Matthew Jasper | -13/+13 |
| 2018-09-24 | Update mir opt tests | Matthew Jasper | -81/+88 |
| 2018-09-24 | Add a MIR transform to remove fake reads | Matthew Jasper | -3/+188 |
| 2018-09-24 | Update ui tests | Matthew Jasper | -720/+73 |
| 2018-09-24 | Add tests for new match borrows | Matthew Jasper | -0/+457 |
| 2018-09-24 | Don't check for conflicting borrows of `ReadForMatch`es | Matthew Jasper | -3/+12 |
| 2018-09-24 | Add more fake borrows to matches | Matthew Jasper | -58/+171 |
| 2018-09-24 | Better messages for errors from Shallow borrows | Matthew Jasper | -9/+96 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -22/+102 |
| 2018-09-24 | Auto merge of #54416 - christianpoveda:master, r=wesleywiser | bors | -2/+41 |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -4/+244 |
| 2018-09-24 | Fix JS error | Guillaume Gomez | -2/+5 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -77/+77 |
| 2018-09-24 | Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichton | bors | -549/+701 |
| 2018-09-24 | Auto merge of #54509 - matthewjasper:better-drop-access, r=pnkfelix | bors | -416/+282 |
| 2018-09-24 | Add keyword docs for `loop`. | iirelu | -0/+45 |
| 2018-09-24 | aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest. | Michael Woerister | -1/+9 |
| 2018-09-24 | Auto merge of #54507 - csmoe:deny_overflow, r=varkor | bors | -1/+29 |
| 2018-09-24 | Shrink StatementKind::InlineAsm. | Nicholas Nethercote | -9/+21 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -53/+62 |
| 2018-09-23 | Fixed three small typos. | gardrek | -3/+3 |
| 2018-09-24 | Auto merge of #54489 - matthiaskrgr:rls, r=kennytm | bors | -0/+2 |
| 2018-09-24 | Auto merge of #54495 - raventid:improve-e0425-message, r=estebank | bors | -8/+10 |
| 2018-09-23 | Auto merge of #54485 - arielb1:avoid-ctor-attrs, r=eddyb | bors | -11/+30 |
| 2018-09-23 | Add test to check if inlining works for any operand | Christian Poveda | -0/+39 |
| 2018-09-23 | dbg_macro: fix line numbers | Mazdak Farrokhzad | -8/+8 |
| 2018-09-23 | Update tests for changes to drop access | Matthew Jasper | -10/+26 |
| 2018-09-23 | Rework checking for borrows conflicting with drops | Matthew Jasper | -397/+252 |
| 2018-09-23 | Remove irrelevant message about drop order | Matthew Jasper | -9/+4 |
| 2018-09-23 | Auto merge of #54229 - davidtwco:issue-52534, r=pnkfelix | bors | -431/+1338 |
| 2018-09-23 | add test for edition 2018 | csmoe | -0/+26 |
| 2018-09-23 | deny overflow literals | csmoe | -1/+3 |
| 2018-09-23 | dbg_macro: only ignore cloudabi and emscripten | Mazdak Farrokhzad | -2/+0 |