| Age | Commit message (Expand) | Author | Lines |
| 2018-11-24 | Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichton | kennytm | -0/+182 |
| 2018-11-24 | Rollup merge of #56097 - ogoffart:union-abi, r=eddyb | kennytm | -0/+6 |
| 2018-11-24 | Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichton | kennytm | -9/+9 |
| 2018-11-23 | Auto merge of #55808 - estebank:type-arguments, r=petrochenkov | bors | -30/+92 |
| 2018-11-22 | Do not point at associated types from other crates | Esteban Küber | -30/+0 |
| 2018-11-22 | Reword and fix test | Esteban Küber | -21/+19 |
| 2018-11-22 | Suggest correct syntax when writing type arg instead of assoc type | Esteban Küber | -2/+6 |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+62 |
| 2018-11-22 | Join multiple E0191 errors in the same location under a single diagnostic | Esteban Küber | -20/+13 |
| 2018-11-22 | Point at every unexpected lifetime and type argument in E0107 | Esteban Küber | -3/+38 |
| 2018-11-22 | Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=pet... | bors | -0/+15 |
| 2018-11-22 | Auto merge of #53586 - eddyb:top-lock, r=alexcrichton | bors | -2/+2 |
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-22 | Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichton | Guillaume Gomez | -4/+4 |
| 2018-11-22 | Rollup merge of #56002 - Axary:master, r=estebank | Guillaume Gomez | -0/+45 |
| 2018-11-22 | Rollup merge of #55980 - csmoe:issue-55891, r=estebank | Guillaume Gomez | -10/+30 |
| 2018-11-22 | Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakis | Guillaume Gomez | -0/+11 |
| 2018-11-22 | Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi... | Guillaume Gomez | -0/+36 |
| 2018-11-22 | Auto merge of #56147 - petrochenkov:impice, r=nikomatsakis | bors | -0/+67 |
| 2018-11-21 | add compile-pass annotation | Niko Matsakis | -0/+2 |
| 2018-11-21 | Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwco | bors | -0/+13 |
| 2018-11-22 | resolve: Fix some asserts in import validation | Vadim Petrochenkov | -0/+67 |
| 2018-11-21 | add regression test | Niko Matsakis | -0/+13 |
| 2018-11-21 | Auto merge of #56117 - petrochenkov:iempty, r=eddyb | bors | -0/+11 |
| 2018-11-20 | Add unstable Literal::subspan(). | Sergio Benitez | -0/+182 |
| 2018-11-21 | resolve: Make "empty import canaries" invisible from other crates | Vadim Petrochenkov | -0/+11 |
| 2018-11-21 | Add a couple more tests | Vadim Petrochenkov | -3/+33 |
| 2018-11-21 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -130/+0 |
| 2018-11-20 | Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obk | bors | -28/+36 |
| 2018-11-20 | Auto merge of #55663 - varkor:must_use-traits, r=estebank | bors | -0/+36 |
| 2018-11-20 | improve error note | Axary | -6/+6 |
| 2018-11-20 | Fix invalid bitcast taking bool out of a union represented as a scalar | Olivier Goffart | -0/+6 |
| 2018-11-20 | Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum | bors | -0/+33 |
| 2018-11-19 | we now do proper validation on scalars | Ralf Jung | -14/+14 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -19/+27 |
| 2018-11-19 | Fix error message for `-C panic=xxx`. | Eric Huss | -4/+4 |
| 2018-11-19 | Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichton | bors | -0/+112 |
| 2018-11-19 | Test for #[must_use] on traits | varkor | -0/+36 |
| 2018-11-19 | Disable some pretty-printers when gdb is rust-enabled | Tom Tromey | -9/+9 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -246/+632 |
| 2018-11-19 | Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler | kennytm | -0/+27 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -0/+37 |
| 2018-11-19 | Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obk | Pietro Albini | -6/+49 |
| 2018-11-19 | Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk | Pietro Albini | -51/+51 |
| 2018-11-19 | Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkov | Pietro Albini | -150/+44 |
| 2018-11-19 | Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichton | Pietro Albini | -0/+172 |
| 2018-11-19 | Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomez | Pietro Albini | -0/+37 |
| 2018-11-19 | Replace the ICEing on const fn loops with an error | Oliver Scherer | -0/+13 |
| 2018-11-19 | Auto merge of #56042 - petrochenkov:nuni, r=petrochenkov | bors | -613/+1203 |
| 2018-11-18 | Rollup merge of #55923 - Zeegomo:master, r=estebank | Pietro Albini | -0/+39 |