| Age | Commit message (Expand) | Author | Lines |
| 2016-11-04 | Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichton | bors | -58/+86 |
| 2016-11-04 | std: Track change to cprng syscall signature (Fuchsia) | Raph Levien | -8/+20 |
| 2016-11-04 | Remove recursive call from Cow::to_mut | Oliver Middleton | -1/+4 |
| 2016-11-04 | fix #37559: update compiler-rt | Tim Neumann | -0/+0 |
| 2016-11-04 | Change Into<Vec<u8>> for String and Into<OsString> for PathBuf to From impls | leonardo.yvens | -11/+11 |
| 2016-11-04 | Auto merge of #37306 - bluss:trusted-len, r=alexcrichton | bors | -60/+146 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -2/+428 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -785/+1713 |
| 2016-11-04 | Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichton | bors | -21/+48 |
| 2016-11-04 | reference full path `DefaultHasher` | Liigo Zhuang | -9/+18 |
| 2016-11-04 | Fix fallout in tests. | Jeffrey Seyfried | -28/+33 |
| 2016-11-03 | Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddyb | bors | -35/+137 |
| 2016-11-04 | Shrink `Expr_::ExprStruct`. | Nicholas Nethercote | -4/+4 |
| 2016-11-04 | Reorder `hir::Expr` fields. | Nicholas Nethercote | -1/+1 |
| 2016-11-03 | Fix invalid "ref mut mut" sugestion | Esteban Küber | -11/+130 |
| 2016-11-04 | Remove field `TtReader::next_tok`. | Jeffrey Seyfried | -7/+2 |
| 2016-11-04 | Improve `tt`-heavy expansion performance. | Jeffrey Seyfried | -5/+23 |
| 2016-11-04 | Fix issues with the Add/AddAssign impls for Cow<str> | Oliver Middleton | -53/+143 |
| 2016-11-04 | Link the tracking issue for TrustedLen | Ulrik Sverdrup | -19/+19 |
| 2016-11-03 | Move doc comment desugaring into the parser. | Jeffrey Seyfried | -33/+16 |
| 2016-11-03 | Avoid recontructing the `Parser` in `macro_parser.rs`. | Jeffrey Seyfried | -42/+16 |
| 2016-11-03 | Make `ast::ExprKind` smaller. | Jeffrey Seyfried | -63/+43 |
| 2016-11-03 | Reimplement "macros: Improve `tt` fragments" with better performance. | Jeffrey Seyfried | -18/+61 |
| 2016-11-03 | Revert "macros: Improve `tt` fragments" | Jeffrey Seyfried | -20/+3 |
| 2016-11-03 | Reduce the size of `Token` and make it cheaper to clone by refactoring | Jeffrey Seyfried | -226/+159 |
| 2016-11-03 | Clean up `parser.parse_token_tree()`. | Jeffrey Seyfried | -22/+13 |
| 2016-11-04 | core::ptr: Specify issue for ptr_wrapping_offset feature | Ulrik Sverdrup | -2/+2 |
| 2016-11-03 | Set RUSTC_BOOTSTRAP to some value. | Brian Anderson | -1/+1 |
| 2016-11-03 | Fix ICE when querying DefId on Def::Err. | Mark-Simulacrum | -4/+19 |
| 2016-11-03 | Peekable::peek(): Use Option::as_ref() | Martin Glagla | -4/+1 |
| 2016-11-03 | Update to new sys requirements | Jeremy Soller | -0/+123 |
| 2016-11-03 | Merge branch 'master' into redox | Jeremy Soller | -1274/+2964 |
| 2016-11-03 | Add error note to illegal code snippet | Angelo Polo | -1/+1 |
| 2016-11-03 | use DefId's in const eval for cross-crate const fn's | Tim Neumann | -7/+41 |
| 2016-11-03 | set frame pointer elimination attribute for main | Dominik Inführ | -0/+3 |
| 2016-11-02 | Auto merge of #37541 - nikomatsakis:issue-37291, r=brson | bors | -21/+97 |
| 2016-11-02 | Added Graph::is_cyclicic_node algorithm | Havvy | -15/+82 |
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -35/+137 |
| 2016-11-03 | Bump the bootstrap cargo to match the one paired with 1.13 | Brian Anderson | -1/+1 |
| 2016-11-02 | rustbuild: Rewrite user-facing interface | Alex Crichton | -983/+1115 |
| 2016-11-02 | Auto merge of #36993 - nnethercote:obligation, r=nikomatsakis | bors | -34/+37 |
| 2016-11-03 | Add feature gate for Self and associated types in struct expressions and patt... | Vadim Petrochenkov | -0/+52 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -73/+20 |
| 2016-11-02 | just use full-normalization when for the impl trait ref | Niko Matsakis | -15/+10 |
| 2016-11-02 | normalize trait-ref in context of impl | Niko Matsakis | -8/+8 |
| 2016-11-02 | add #32791 test case | Niko Matsakis | -0/+81 |
| 2016-11-03 | leb128-encode integers before hashing them in IchHasher. | Nicholas Nethercote | -1/+37 |
| 2016-11-02 | Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=bluss | Jonathan Turner | -2/+2 |
| 2016-11-02 | Rollup merge of #37517 - Mark-Simulacrum:add-unwrap-default-tracking-issue, r... | Jonathan Turner | -1/+1 |
| 2016-11-02 | Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakis | Jonathan Turner | -35/+527 |