about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-03-27Correct anchor for links to associated trait itemsmitaa-81/+143
2016-03-23Auto merge of #32219 - brson:lints, r=alexcrichtonbors-30/+68
2016-03-23Make warnings of renamed and removed lints themselves lintsBrian Anderson-30/+68
2016-03-23Auto merge of #32455 - TimNN:patch-1, r=alexcrichtonbors-1/+1
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-32/+173
2016-03-23add naked function tracking issue # to feature gate definitionTim Neumann-1/+1
2016-03-23Rollup merge of #32443 - tclfs:patch-8, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-03-23Rollup merge of #32441 - tshepang:doc-primitive, r=steveklabnikEduard-Mihai Burtescu-3/+3
2016-03-23Rollup merge of #32437 - eddyb:orbital-msvc, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2016-03-23Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichtonEduard-Mihai Burtescu-11/+48
2016-03-23Rollup merge of #32431 - nicholasf:tweak/improve-expression, r=steveklabnikEduard-Mihai Burtescu-8/+6
2016-03-23Rollup merge of #32430 - sanxiyn:const-trans, r=arielb1Eduard-Mihai Burtescu-1/+15
2016-03-23Rollup merge of #32429 - alexcrichton:scope-id-hton, r=aturonEduard-Mihai Burtescu-6/+6
2016-03-23Rollup merge of #32425 - ituxbag:master, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-03-23Rollup merge of #32423 - mitaa:rdoc-vstruct-fields, r=alexcrichtonEduard-Mihai Burtescu-1/+37
2016-03-23Rollup merge of #32420 - frewsxcv:regression-test-26997, r=alexcrichtonEduard-Mihai Burtescu-0/+22
2016-03-23Rollup merge of #32404 - WiSaGaN:feature/osstring-implement-default, r=aturonEduard-Mihai Burtescu-0/+28
2016-03-23Auto merge of #32390 - japaric:untry, r=pnkfelixbors-4046/+4050
2016-03-23add back `&` that was deleted by mistakeJorge Aparicio-1/+1
2016-03-23Auto merge of #32410 - Ticki:master, r=eddybbors-0/+110
2016-03-23Auto merge of #32348 - brson:cargotest, r=alexcrichtonbors-0/+529
2016-03-22Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422bors-224/+250
2016-03-23Docs: Change "statements" to "expressions" on `match`Tang Chenglong-1/+1
2016-03-22enable question_mark feature in rustc_borrowckJorge Aparicio-0/+1
2016-03-22fix alignmentJorge Aparicio-479/+464
2016-03-22break long lineJorge Aparicio-1/+2
2016-03-22term: undo conversion of user defined try!sJorge Aparicio-15/+19
2016-03-22std: undo conversion of user defined try!sJorge Aparicio-11/+11
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+28
2016-03-22try! -> ?Jorge Aparicio-3775/+3760
2016-03-23Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC.Eduard Burtescu-0/+6
2016-03-22Auto merge of #32204 - alexcrichton:redesign-char-encoding-types, r=aturonbors-201/+195
2016-03-22Introduce 'cargotest' and the check-cargotest buildstepBrian Anderson-0/+529
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-11/+48
2016-03-23Simplifying some of the phrasing explaining lifetime elisionnicholasf-8/+6
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-201/+195
2016-03-23Fix const transSeo Sanghyeon-1/+15
2016-03-22Auto merge of #32156 - pnkfelix:borrowck-on-mir-move-analysis, r=nikomatsakisbors-136/+2014
2016-03-22Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate.Felix S. Klock II-0/+2
2016-03-22std: Store flowinfo/scope_id in host byte orderAlex Crichton-6/+6
2016-03-22Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakisbors-14/+57
2016-03-22Add test for the feature gating of nakedTicki-0/+19
2016-03-22Added version 7.3* for Apple's clang compilerituxbag-1/+1
2016-03-22f clarification, docsPiotr Czarnecki-2/+10
2016-03-22Auto merge of #32264 - GuillaumeGomez:lang_item, r=nikomatsakisbors-0/+22
2016-03-22Auto merge of #32388 - semarie:snapshot-openbsd, r=alexcrichtonbors-0/+1
2016-03-22Add testsTicki-1/+70
2016-03-22f Put and DerefMutPiotr Czarnecki-14/+26
2016-03-22doc: small char improvementsTshepang Lekhonkhobe-3/+3
2016-03-22Omit `pub` for inlined variant-struct fieldsmitaa-1/+37