about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-451/+31
2018-05-17Turn some functions from `token.rs` into methods on `Ident`Vadim Petrochenkov-67/+80
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-65/+107
2018-05-17Keep crate edition in metadataVadim Petrochenkov-1/+18
2018-05-17Add testsVadim Petrochenkov-0/+1080
2018-05-17Add two keywords specific to editions 2015 and 2018 respectivelyVadim Petrochenkov-9/+18
2018-05-17Implement [T]::align_toSimonas Kazlauskas-114/+287
2018-05-17Add edition to expansion infoVadim Petrochenkov-8/+43
2018-05-17Move definition of `Edition` from libsyntax to libsyntax_posVadim Petrochenkov-2/+3
2018-05-17Add doc comments mentioning unspecified behaviour upon exhaustionvarkor-1/+10
2018-05-17Stabilise into_innervarkor-3/+1
2018-05-17Stabilise inclusive_range_methodsvarkor-16/+3
2018-05-17Rollup merge of #50839 - glassresistor:master, r=steveklabnikMark Simulacrum-1/+1
2018-05-17Rollup merge of #50837 - steveklabnik:revert-49767, r=QuietMisdreavusMark Simulacrum-430/+101
2018-05-17Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakisMark Simulacrum-92/+132
2018-05-17Rollup merge of #50806 - oli-obk:gesundheit, r=ehussMark Simulacrum-70/+161
2018-05-17Rollup merge of #50791 - bstrie:null, r=QuietMisdreavusMark Simulacrum-3/+3
2018-05-17Rollup merge of #50790 - bstrie:grammar, r=steveklabnikMark Simulacrum-11/+6
2018-05-17Rollup merge of #50649 - nnethercote:tweak-nearest_common_ancestor, r=nikomat...Mark Simulacrum-59/+19
2018-05-17Rollup merge of #50610 - estebank:fmt-str, r=KimundiMark Simulacrum-21/+132
2018-05-17Rollup merge of #50553 - clarcharr:option_xor, r=sfacklerMark Simulacrum-0/+36
2018-05-17Rollup merge of #50387 - phansch:remove_leftover_tab, r=alexcrichtonMark Simulacrum-4/+4
2018-05-17Change align_offset to support different stridesSimonas Kazlauskas-68/+363
2018-05-17Update tutorial.mdMikela-1/+1
2018-05-17Use EverInit instead of MaybeInit to determine initializationKeith Yeung-3/+31
2018-05-17Revert "bootstrap.py: respect crt-static"Alex Crichton-30/+3
2018-05-17Revert "musl: don't use the included startfiles with -crt-static"Alex Crichton-37/+9
2018-05-17Revert "bootstrap: pass crt-static for the compiler host as well"Alex Crichton-13/+0
2018-05-17Revert "musl: link crt{begin,end}.o from the system compiler"Alex Crichton-25/+2
2018-05-17Revert "Add a test for issue 36710."Alex Crichton-57/+0
2018-05-17Revert "compiletest: escape CXX the same way as CC for MSVC"Alex Crichton-1/+1
2018-05-17Revert #49767steveklabnik-430/+101
2018-05-17Make sure the type we think is uninhabited actually isvarkor-1/+2
2018-05-17Fix an ICE when attempting to transmute an uninhabited typevarkor-3/+46
2018-05-17Make sure people know the book is free olineMikela-1/+1
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-1521/+442
2018-05-17Remove MAKEFLAGS to prevent accidental inheritanceMark Simulacrum-5/+4
2018-05-17Fix rustc binary metadata overwriting librustc metadataMark Simulacrum-2/+2
2018-05-17Rename rustdoc to use underscoresMark Simulacrum-2/+2
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1512/+434
2018-05-17Update docs and diagnosticsOliver Schneider-12/+6
2018-05-17`bless` also produces `.nll` files nowOliver Schneider-1/+56
2018-05-17Fix selftestsOliver Schneider-0/+1
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-22/+11
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-59/+111
2018-05-17Store ENOSYS in a global to avoid unnecessary system callsNicolas Koch-10/+25
2018-05-17Rename trans to codegen everywhere.Irina Popa-1548/+1547
2018-05-17CheckLoopVisitor: also visit break expressionsest31-0/+29
2018-05-17Change `TokenTreeOrTokenTreeVec` to `TokenTreeOrTokenTreeSlice`.Nicholas Nethercote-19/+19
2018-05-17Make sure the float comparison output is consistent with the expectedkennytm-7/+71