about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-04Rollup merge of #50416 - rleungx:non-lifetime, r=estebankkennytm-2/+28
2018-05-04Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnaykennytm-4/+32
2018-05-04Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive...kennytm-13/+34
2018-05-04Rollup merge of #50417 - matklad:pr-50379, r=alexcrichtonkennytm-0/+0
2018-05-04Rollup merge of #50407 - nnethercote:inline-BytePos, r=michaelwoeristerkennytm-0/+10
2018-05-04Rollup merge of #50401 - alexcrichton:remove-path-from-str, r=sfacklerkennytm-27/+0
2018-05-04Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddybkennytm-4/+30
2018-05-04Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko...kennytm-5/+6
2018-05-04Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r...kennytm-3/+3
2018-05-04Rollup merge of #50349 - GuillaumeGomez:rename-type-declaration-label, r=este...kennytm-1/+1
2018-05-03Fix issue #50415.kennytm-2/+29
2018-05-03Update CargoAleksey Kladov-0/+0
2018-05-03check if the token is a lifetime before parsingrleungx-2/+28
2018-05-03update concat_idents doc stubsMichael Lamparski-4/+4
2018-05-03Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet...kennytm-7/+15
2018-05-03Auto merge of #50391 - nnethercote:escape_unicode, r=eddybbors-11/+5
2018-05-03Auto merge of #50378 - varkor:repr-align-max-29, r=eddybbors-9/+23
2018-05-03add missing output for ui testMichael Lamparski-0/+8
2018-05-03Always inline simple BytePos and CharPos methods.Nicholas Nethercote-0/+10
2018-05-02forbid empty identifiers from concat_identsMichael Lamparski-0/+20
2018-05-03Auto merge of #50369 - pftbest:unicode, r=SimonSapinbors-8/+8
2018-05-03Remove parse::escape_default().Nicholas Nethercote-7/+3
2018-05-03Use escape_default() for strings in LitKind::token().Nicholas Nethercote-4/+2
2018-05-02Revert "Implement FromStr for PathBuf"Alex Crichton-27/+0
2018-05-02Auto merge of #50355 - petrochenkov:50187, r=oli-obkbors-36/+122
2018-05-02Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddybbors-2/+108
2018-05-02Allow unaligned reads in constantsOliver Schneider-4/+30
2018-05-02Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakisbors-40/+106
2018-05-02Auto merge of #50339 - nnethercote:lazy-Printer-buf, r=michaelwoeristerbors-7/+23
2018-05-02Auto merge of #50329 - Zoxc:opt-3, r=alexcrichtonbors-8/+0
2018-05-02Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakisbors-48/+2
2018-05-02Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakisbors-89/+85
2018-05-01Auto merge of #50379 - nrc:update, r=alexcrichtonbors-32/+49
2018-05-02Update RLS and RustfmtNick Cameron-32/+49
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-712/+290
2018-05-01Reduce the maximum alignment to repr(align(1 << 29))varkor-8/+11
2018-05-01Add E0589 to the error indexvarkor-1/+12
2018-05-01Update ui/generator tests to reflect changes from new generator drop rules.Felix S. Klock II-32/+74
2018-05-01Conservatively assume dropping a generator touches its upvars, via locals' dt...Felix S. Klock II-8/+32
2018-05-01Add a print_types_sizes regression testvarkor-0/+47
2018-05-01Auto merge of #50374 - petrochenkov:pypath, r=Mark-Simulacrumbors-2/+10
2018-05-01rustbuild: Normalize paths coming from Python slightlyVadim Petrochenkov-2/+10
2018-05-01Add repr(u8) to the testvarkor-0/+16
2018-05-01Correct initial field alignment for repr(C)/repr(int)varkor-2/+45
2018-05-01Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakisbors-8/+204
2018-05-01Fix a warning in libcore on 16bit targets.Vadzim Dambrouski-8/+8
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-82/+75
2018-05-01Give removal reasons to removed featuresVadim Petrochenkov-36/+46
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-677/+252
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-727/+270