summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-20TRPL editing: structsSteve Klabnik-5/+5
2015-04-20TRPL editing: move patterns backSteve Klabnik-1/+1
2015-04-20TRPL editing: patternsSteve Klabnik-4/+36
2015-04-20TRPL editing: matchSteve Klabnik-15/+16
2015-04-20TRPL editing: enumsSteve Klabnik-104/+25
2015-04-20Auto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakisbors-6/+440
2015-04-20Simplify alloc::arc::Arc example in doc-commentCorey Farwell-1/+1
2015-04-20Auto merge of #24525 - GuillaumeGomez:check-const, r=pnkfelixbors-1/+23
2015-04-20Fix typosGuillaume Gomez-2/+2
2015-04-20Auto merge of #24608 - frewsxcv:patch-15, r=alexcrichtonbors-2/+2
2015-04-20Improve doc for `Result::unwrap()`York Xiang-2/+2
2015-04-20Auto merge of #24586 - richo:test-16745, r=jakub-bors-0/+20
2015-04-20Add long explanation for E0018Guillaume Gomez-1/+23
2015-04-19Auto merge of #24592 - P1start:style-lints-changes, r=alexcrichtonbors-22/+65
2015-04-19Finished unicode support in the model lexer.Piotr Czarnecki-18/+229
2015-04-19Add proper XID_Start and XID_Continue rules and use CharPos for span comparis...Florian Hahn-7/+676
2015-04-19Call skolemize_late_bound_regions only after fast rejectionAriel Ben-Yehuda-27/+20
2015-04-19Auto merge of #24517 - erickt:str, r=alexcrichtonbors-1/+39
2015-04-19collections: Move optimized String::from_str to String::fromErick Tryzelaar-1/+39
2015-04-19Auto merge of #24526 - klutzy:getrandom-fix, r=alexcrichtonbors-11/+10
2015-04-19Fix typos in code commentsCorey Farwell-2/+2
2015-04-19Auto merge of #24572 - steveklabnik:gh24569, r=brsonbors-583/+2
2015-04-19Auto merge of #24567 - tamird:windows-caviats, r=steveklabnikbors-4/+1
2015-04-19Auto merge of #24559 - frewsxcv:get-mut-if-let, r=steveklabnikbors-17/+10
2015-04-19rustdoc: don't inject "extern crate std;"York Xiang-1/+1
2015-04-19Lint non-snake-case crate namesP1start-22/+65
2015-04-19std::rand::os: Fix race condition of atomicsklutzy-11/+10
2015-04-19Auto merge of #24552 - meqif:explain, r=alexcrichtonbors-1/+15
2015-04-19test: Add an assertion to the #16745 testcaseRicho Healey-6/+7
2015-04-19Fix trailing whitespacesKelvin Ly-2/+2
2015-04-19Auto merge of #24555 - frewsxcv:patch-14, r=steveklabnikbors-2/+3
2015-04-19Auto merge of #24554 - tshepang:let-faq, r=steveklabnikbors-4/+5
2015-04-18test: Add testcase for #16745Richo Healey-0/+19
2015-04-18Fix typoKelvin Ly-1/+1
2015-04-19Add long diagnostics for E0133.Ricardo Martins-1/+15
2015-04-18Auto merge of #24383 - avdi:patch-1, r=steveklabnikbors-1/+1
2015-04-19Add backquotes to have better looking rust codeGuillaume Gomez-3/+21
2015-04-18Remove the 30 minute introSteve Klabnik-583/+2
2015-04-18Auto merge of #24560 - kwantam:apply_table_opt, r=alexcrichtonbors-897/+656
2015-04-18Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-18Update Windows caveatsTamir Duberstein-4/+1
2015-04-19fix doctest (fixup #24466)Manish Goregaokar-1/+1
2015-04-18Rollup merge of #24548 - graydon:reference-tidying, r=steveklabnikManish Goregaokar-96/+53
2015-04-18Rollup merge of #24542 - michaelsproul:rollup, r=alexcrichtonManish Goregaokar-19/+117
2015-04-18Rollup merge of #24472 - dotdash:23431, r=nikomatsakisManish Goregaokar-16/+42
2015-04-18Rollup merge of #24466 - steveklabnik:more_more_more, r=alexcrichtonManish Goregaokar-3/+105
2015-04-18optimize Unicode tableskwantam-897/+656
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-17/+10
2015-04-18Emit correct alignment information for loads/store of small aggregatesBjörn Steinbrink-16/+42
2015-04-18doc: improve/fix 'let' FAQTshepang Lekhonkhobe-4/+5