about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-183/+111
2016-04-24syntax: Don't rely on token::IdentStyle in the parserVadim Petrochenkov-135/+55
2016-04-23Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichtonbors-27/+87
2016-04-23Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichtonbors-64/+0
2016-04-23Auto merge of #33117 - tamird:remove-outdated-workaround, r=sanxiynbors-3/+0
2016-04-23Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brsonbors-84/+140
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-7/+24
2016-04-22Auto merge of #33020 - nikomatsakis:compiletest-json, r=alexcrichtonbors-483/+645
2016-04-22Auto merge of #32466 - jooert:btree_append, r=apasel422bors-30/+420
2016-04-22Only record the same impl oncemitaa-27/+87
2016-04-22Fix filepath check for macro backtraceJonathan Turner-1/+1
2016-04-22Merge remote-tracking branch 'rust-lang/master' into compiletest-jsonJonathan Turner-5520/+5955
2016-04-22Auto merge of #33089 - nrc:hir-name-res, r=eddybbors-438/+765
2016-04-22Implement `append` for b-trees.Johannes Oertel-30/+420
2016-04-21Fix for filepath for cfail tests in windowsJonathan Turner-1/+4
2016-04-21Auto merge of #33079 - bluss:split-iter, r=alexcrichtonbors-5012/+5113
2016-04-21Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichtonbors-41/+42
2016-04-21fix `transmute-from-fn-item-types-lint`Niko Matsakis-5/+5
2016-04-21add serialize as a dep for compiletestNiko Matsakis-0/+13
2016-04-21fix broken test revealed by compiletestNiko Matsakis-1/+3
2016-04-21move json.rs fileNiko Matsakis-0/+0
2016-04-21pacify the merciless acrichto (somewhat)Niko Matsakis-15/+22
2016-04-21improve tidy to give you file that failedNiko Matsakis-4/+9
2016-04-21port compiletest to use JSON outputNiko Matsakis-473/+605
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-64/+0
2016-04-20Auto merge of #33030 - nagisa:mir-unrequire-end-block, r=nikomatsakisbors-29/+35
2016-04-20Auto merge of #33011 - alexcrichton:pkg-everything, r=brsonbors-1/+8
2016-04-20librustc: remove outdated workaroundTamir Duberstein-3/+0
2016-04-20Auto merge of #32968 - alexcrichton:update-suport, r=brsonbors-26/+29
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-116/+198
2016-04-20Auto merge of #32939 - eddyb:layout, r=nikomatsakisbors-393/+1698
2016-04-20Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brsonbors-0/+49
2016-04-20Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brsonbors-2952/+173
2016-04-20Check that the feature strings are well-formedAndrea Canciani-0/+1
2016-04-20Make the feature whitelists constantsAndrea Canciani-25/+25
2016-04-19Auto merge of #32903 - alexcrichton:fix-rpath, r=brsonbors-18/+55
2016-04-19Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brsonbors-20/+32
2016-04-20rebasingNick Cameron-4/+4
2016-04-20debugging, misc fixesNick Cameron-162/+260
2016-04-20HIR visitor for DefCollectorNick Cameron-14/+175
2016-04-20refactoringNick Cameron-141/+111
2016-04-20def_collector and crate reader operate on AST instead of HIRNick Cameron-151/+113
2016-04-20Separate def collection and hir map making even furtherNick Cameron-43/+33
2016-04-20Move DefCollector to its own module.Nick Cameron-248/+267
2016-04-20Split up NodeCollector so that defs are collected separately from nodes for t...Nick Cameron-135/+263
2016-04-20Trivial refactoringNick Cameron-16/+15
2016-04-19Add test for `target_feature`Andrea Canciani-0/+18
2016-04-20Generate block containing return lazily insteadSimonas Kazlauskas-28/+33
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-2952/+173
2016-04-19mk: Force system python for LLDB tests on OSXAlex Crichton-7/+23