| Age | Commit message (Expand) | Author | Lines |
| 2017-03-02 | schedule drops on bindings only after initializing them | Ariel Ben-Yehuda | -72/+98 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -62/+203 |
| 2017-03-02 | Rollup merge of #40194 - letmaik:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40191 - topecongiro:x86-interrupt, r=steveklabnik | Guillaume Gomez | -0/+8 |
| 2017-03-02 | Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, r... | Guillaume Gomez | -8/+8 |
| 2017-03-02 | Rollup merge of #40173 - er-1:master, r=alexcrichton | Guillaume Gomez | -2/+2 |
| 2017-03-02 | Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40168 - topecongiro:compile-fail-test-abi-ptx, r=petrochenkov | Guillaume Gomez | -1/+9 |
| 2017-03-02 | Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcv | Guillaume Gomez | -2/+3 |
| 2017-03-02 | Rollup merge of #40081 - GuillaumeGomez:poison-docs, r=frewsxcv | Guillaume Gomez | -7/+22 |
| 2017-03-02 | note -> help | Alex Burka | -4/+4 |
| 2017-03-02 | Auto merge of #40188 - nikomatsakis:issue-40029, r=eddyb | bors | -2/+69 |
| 2017-03-02 | Add abi_x86_interrupt to the unstable book | topecongiro | -0/+8 |
| 2017-03-01 | fix wrong word used (static vs const) | Maik Riechert | -1/+1 |
| 2017-03-01 | Auto merge of #39803 - brson:fpic, r=alexcrichton | bors | -0/+24 |
| 2017-03-01 | inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]` | Niko Matsakis | -2/+69 |
| 2017-03-01 | Don't run test on darwin | Alex Crichton | -2/+6 |
| 2017-03-01 | doc: fix inconsistency in error output in guessing-game.md | deso | -8/+8 |
| 2017-03-01 | Add a reference to the dl library to the Makefile of the test issue-24445. | er-1 | -2/+2 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -116/+153 |
| 2017-03-01 | Unit-like structs doc: Add compile fail tag | Josef Brandl | -1/+1 |
| 2017-03-01 | Fix link in `if let` docs | Kevin Yap | -1/+1 |
| 2017-03-01 | String docs: Add "the" | Josef Brandl | -1/+1 |
| 2017-03-01 | Auto merge of #39419 - jseyfried:simplify_tokentree, r=nrc | bors | -766/+762 |
| 2017-03-01 | Add compile fail test for abi_ptx | topecongiro | -1/+9 |
| 2017-02-28 | Rollup merge of #40128 - cengizIO:master, r=nikomatsakis | Corey Farwell | -467/+445 |
| 2017-02-28 | Rollup merge of #40028 - withoutboats:string_from_iter, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-02-28 | Rollup merge of #39960 - lukaramu:issue-39925, r=alexcrichton | Corey Farwell | -0/+14 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -63/+176 |
| 2017-02-28 | Rollup merge of #39936 - djzin:inclusive_rangeargument, r=alexcrichton | Corey Farwell | -1/+115 |
| 2017-02-28 | Rollup merge of #39419 - jseyfried:simplify_tokentree, r=nrc | Corey Farwell | -766/+762 |
| 2017-02-28 | Rollup merge of #40153 - steveklabnik:alphabetize-unstable-book, r=frewsxcv | Steve Klabnik | -75/+75 |
| 2017-02-28 | Rollup merge of #40151 - steveklabnik:update-mdbook, r=frewsxcv | Steve Klabnik | -4/+4 |
| 2017-02-28 | Rollup merge of #40150 - topecongiro:compile-fail-test-cfg-target-has-atomic,... | Steve Klabnik | -1/+86 |
| 2017-02-28 | Rollup merge of #40142 - MajorBreakfast:patch-4, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-02-28 | Rollup merge of #40130 - alexcrichton:fix-musl-again, r=nikomatsakis | Steve Klabnik | -2/+2 |
| 2017-02-28 | Add regression test. | Jeffrey Seyfried | -0/+49 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -13/+71 |
| 2017-02-28 | Refactor out `parser.expect_delimited_token_tree()`. | Jeffrey Seyfried | -36/+13 |
| 2017-02-28 | Merge `repeat_idx` and `repeat_len`. | Jeffrey Seyfried | -17/+15 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -78/+79 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -484/+398 |
| 2017-02-28 | Avoid `Token::{OpenDelim, CloseDelim}`. | Jeffrey Seyfried | -17/+23 |
| 2017-02-28 | Remove `ext::tt::transcribe::tt_next_token`. | Jeffrey Seyfried | -149/+124 |
| 2017-02-28 | Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`. | Jeffrey Seyfried | -61/+88 |
| 2017-02-28 | Remove a `loop` in `ext::tt::transcribe`. | Jeffrey Seyfried | -32/+23 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -116/+153 |
| 2017-02-28 | sort unstable book alphabetically | Steve Klabnik | -75/+75 |
| 2017-02-28 | update mdbook version | Steve Klabnik | -4/+4 |