| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | Rollup merge of #66115 - eddyb:global-meta-what, r=michaelwoerister | Mazdak Farrokhzad | -201/+116 |
| 2019-11-06 | Rollup merge of #66106 - JOE1994:master, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66101 - estebank:break-tail-e0308, r=Centril | Mazdak Farrokhzad | -10/+44 |
| 2019-11-06 | Rollup merge of #66098 - estebank:path-asciption-typo, r=Centril | Mazdak Farrokhzad | -4/+30 |
| 2019-11-06 | Rollup merge of #66093 - estebank:fmt-ice, r=Centril | Mazdak Farrokhzad | -5/+23 |
| 2019-11-06 | Rollup merge of #66081 - RalfJung:ptr-offset, r=zackmdavis | Mazdak Farrokhzad | -6/+13 |
| 2019-11-06 | Rollup merge of #66068 - euclio:null-emitter, r=estebank | Mazdak Farrokhzad | -79/+19 |
| 2019-11-06 | Rollup merge of #66054 - petrochenkov:delspan, r=estebank | Mazdak Farrokhzad | -46/+46 |
| 2019-11-06 | Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichton | Mazdak Farrokhzad | -11/+6 |
| 2019-11-06 | Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebank | Mazdak Farrokhzad | -44/+141 |
| 2019-11-06 | Rollup merge of #65892 - pnkfelix:trim-special-derives, r=petrochenkov | Mazdak Farrokhzad | -59/+14 |
| 2019-11-05 | Fix C aggregate-passing ABI on powerpc | Samuel Holland | -32/+11 |
| 2019-11-06 | Apply review suggestions | Tomasz Miąsko | -9/+9 |
| 2019-11-05 | Use source_callee().is_some() to detect macros | Pi Lanningham | -4/+5 |
| 2019-11-05 | Tweak type mismatch caused by break on tail expr | Esteban Küber | -10/+44 |
| 2019-11-05 | Provide structured suggestions for valid formatting descriptors | Esteban Küber | -1/+22 |
| 2019-11-05 | Point at formatting descriptor string when it is invalid | Esteban Küber | -37/+47 |
| 2019-11-06 | Fixed libcore/cell.rs example | Oleg Nosov | -1/+4 |
| 2019-11-05 | was not the same replace as others | Quentin Boyer | -1/+1 |
| 2019-11-05 | rewrote error messages for #[rustc_error] | Quentin Boyer | -32/+38 |
| 2019-11-05 | Apply suggestions from code review | Ralf Jung | -2/+2 |
| 2019-11-05 | Reverted PhantomData in LinkedList, fixed PhantomData markers in Rc and Arc | Oleg Nosov | -5/+7 |
| 2019-11-05 | Auto merge of #66121 - pietroalbini:rollup-8zrwe7l, r=pietroalbini | bors | -102/+266 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -57/+57 |
| 2019-11-05 | Update the bundled `wasi-libc` repository | Alex Crichton | -7/+7 |
| 2019-11-05 | Do not ICE whith a precision flag in formatting str and no format arguments | Esteban Küber | -5/+23 |
| 2019-11-05 | rustc: remove "GlobalMetaData" dead code from hir::map::definitions. | Eduard-Mihai Burtescu | -201/+116 |
| 2019-11-05 | Move a few more tests to the usefulness/ folder | Nadrieril | -0/+0 |
| 2019-11-05 | Use VarLenSlice consistently when splitting constructors | Nadrieril | -25/+40 |
| 2019-11-05 | Inline max_slice_length | Nadrieril | -106/+99 |
| 2019-11-05 | pat_constructors returns at most one constructor | Nadrieril | -24/+16 |
| 2019-11-05 | Account for typo in turbofish and suggest `::` | Esteban Küber | -5/+11 |
| 2019-11-05 | Store both prefix and suffix length in VarLenSlice | Nadrieril | -27/+45 |
| 2019-11-05 | Add some test cases | Nadrieril | -1/+31 |
| 2019-11-05 | Make exhaustiveness error message more consistent for slice patterns | Nadrieril | -18/+26 |
| 2019-11-05 | Don't use max_slice_length when subtracting from VarLenSlice | Nadrieril | -14/+23 |
| 2019-11-05 | Simpler code path for subtracting from FixedLenSlice | Nadrieril | -1/+9 |
| 2019-11-05 | Add special variable-length slice constructor | Nadrieril | -26/+72 |
| 2019-11-05 | Match on self first in subtract_constructor | Nadrieril | -21/+33 |
| 2019-11-05 | Detect if item.span is in a macro, and fall back | Pi Lanningham | -5/+18 |
| 2019-11-05 | Review feedback: alpha-rename field from `copy_derives` to `containers_dervin... | Felix S. Klock II | -4/+4 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -41/+13 |
| 2019-11-05 | Remove `PartialEq` and `Eq` from the `SpecialDerives`. | Felix S. Klock II | -18/+1 |
| 2019-11-05 | Rollup merge of #66091 - Wind-River:master_xyz, r=cramertj | Pietro Albini | -1/+2 |
| 2019-11-05 | Rollup merge of #66082 - GuillaumeGomez:cleanup-highlightsourcelines, r=kinnison | Pietro Albini | -42/+54 |
| 2019-11-05 | Rollup merge of #66053 - RalfJung:miri-toolstate, r=pietroalbini | Pietro Albini | -1/+23 |
| 2019-11-05 | Rollup merge of #66047 - ecstatic-morse:issue-66016, r=eddyb | Pietro Albini | -0/+2 |
| 2019-11-05 | Rollup merge of #66025 - petrochenkov:lohi, r=eddyb | Pietro Albini | -25/+6 |
| 2019-11-05 | Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha... | Pietro Albini | -22/+8 |
| 2019-11-05 | Rollup merge of #65953 - keystone-enclave:llvm_abiname, r=alexcrichton | Pietro Albini | -3/+12 |