| Age | Commit message (Expand) | Author | Lines |
| 2018-09-20 | move loop detector constants to the module that uses them; make lifetime orde... | Ralf Jung | -29/+28 |
| 2018-09-20 | Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis | bors | -1/+97 |
| 2018-09-20 | make some things a bit more private | Ralf Jung | -4/+5 |
| 2018-09-20 | rename evaluator -> interpreter to make eddyb happy | Ralf Jung | -34/+21 |
| 2018-09-20 | move CTFE engine snapshot state out of miri engine into CTFE machine instance | Ralf Jung | -282/+266 |
| 2018-09-20 | Add documentation about the edition flag | Philip Munksgaard | -0/+16 |
| 2018-09-20 | Add a documentation banner for edition specific code | Philip Munksgaard | -13/+44 |
| 2018-09-20 | Add test for doctest edition support | Philip Munksgaard | -3/+55 |
| 2018-09-20 | add tests for copy_within | Jack O'Connor | -0/+47 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -96/+258 |
| 2018-09-19 | Add marker_trait_attr to the unstable book | Scott McMurray | -0/+33 |
| 2018-09-19 | Improve error checking and reporting | Scott McMurray | -49/+165 |
| 2018-09-19 | Enforce that #[marker] traits cannot have associated items | Scott McMurray | -0/+99 |
| 2018-09-19 | Require that marker impls are empty, but allow them to overlap | Scott McMurray | -15/+181 |
| 2018-09-19 | Parse, feature-gate, and validate the #[marker] attribute | Scott McMurray | -2/+97 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -2/+16 |
| 2018-09-20 | define copy_within on slices | Jack O'Connor | -0/+57 |
| 2018-09-20 | Auto merge of #54301 - alexcrichton:update-curl, r=Mark-Simulacrum | bors | -36/+35 |
| 2018-09-19 | Make 'proc_macro::MultiSpan' public. | Sergio Benitez | -1/+1 |
| 2018-09-19 | Update some `*-sys` dependencies of Cargo/RLS | Alex Crichton | -36/+35 |
| 2018-09-20 | Auto merge of #54211 - nnethercote:keccak-Liveness-memory, r=nikomatsakis | bors | -39/+35 |
| 2018-09-19 | add -Zui-testing to rustdoc | QuietMisdreavus | -37/+48 |
| 2018-09-20 | Improve handling of type bounds in `bit_set.rs`. | Nicholas Nethercote | -202/+210 |
| 2018-09-19 | Remove spawning from task::Context | Taylor Cramer | -568/+93 |
| 2018-09-19 | Reduce code block sides padding | Guillaume Gomez | -1/+1 |
| 2018-09-19 | Add regression test for thread local static mut borrows | Santiago Pastorino | -0/+35 |
| 2018-09-19 | Update ui tests | Matthew Jasper | -174/+205 |
| 2018-09-19 | Classify outlives constraints when type checking | Matthew Jasper | -304/+377 |
| 2018-09-19 | Don't claim that locals in a function are declared outside of the | Matthew Jasper | -6/+11 |
| 2018-09-19 | Don't try to use a path to a type alias as a path to the adt it aliases | Matthew Jasper | -10/+72 |
| 2018-09-19 | Make the span of the MIR return place point to the return type | Matthew Jasper | -46/+81 |
| 2018-09-19 | Auto merge of #54174 - parched:park, r=alexcrichton | bors | -18/+26 |
| 2018-09-19 | Rework `let` keyword docs | iirelu | -14/+48 |
| 2018-09-19 | Added tracking issue, fixed check, 1.30 -> 1.31 | Artyom Pavlov | -8/+8 |
| 2018-09-19 | Document impl keyword | iirelu | -5/+71 |
| 2018-09-19 | Regression test for rust-lang/rust#22323. | Felix S. Klock II | -0/+32 |
| 2018-09-19 | Add support for running doc test in specific edition | Philip Munksgaard | -20/+34 |
| 2018-09-19 | Auto merge of #54101 - osa1:issue_54099, r=nikomatsakis | bors | -13/+19 |
| 2018-09-19 | Address following error from rustdoc tests: | Felix S. Klock II | -2/+14 |
| 2018-09-19 | rustc: future-proof error reporting for polymorphic constants in types. | Eduard-Mihai Burtescu | -1/+5 |
| 2018-09-19 | Auto merge of #53877 - withoutboats:compositional-pin, r=aturon | bors | -459/+371 |
| 2018-09-19 | Auto merge of #54318 - nnethercote:use-HybridBitSet-in-SparseBitMatrix, r=pnk... | bors | -380/+222 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -15/+47 |
| 2018-09-19 | Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakis | bors | -121/+111 |
| 2018-09-18 | Remove unneeded clone() from tests | Erich Cordoba | -4/+4 |
| 2018-09-18 | Cleanup Deref impls and add ?Sized bound to &mut T impls | Taylor Cramer | -4/+4 |
| 2018-09-18 | Update The Book to latest | steveklabnik | -0/+0 |
| 2018-09-18 | Use expr's span | memoryruins | -2/+4 |
| 2018-09-18 | clarify swap | Ralf Jung | -5/+10 |
| 2018-09-18 | Set diagnostic applicability based on array length | memoryruins | -8/+20 |