about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-03Hide gated cfg attributes from the output of `--print cfg`Andrea Canciani-1/+10
2016-03-02Build the same configuration when compiling and for `--print cfg`Andrea Canciani-1/+3
2016-03-02Add usage documentation for `--print cfg`Andrea Canciani-1/+1
2016-03-02Auto merge of #31996 - gandro:update-libc, r=alexcrichtonbors-0/+0
2016-03-02Auto merge of #32000 - xaocon:master, r=steveklabnikbors-1/+1
2016-03-02Add test (fixes #27340)Vadim Petrochenkov-0/+16
2016-03-02Move span into `StructField`Vadim Petrochenkov-98/+79
2016-03-02Use numeric field `Name`s ("0", "1" etc) for positional fieldsVadim Petrochenkov-109/+62
2016-03-02Get rid of hir::StructFieldKindVadim Petrochenkov-119/+80
2016-03-02Auto merge of #32001 - Manishearth:rollup, r=Manishearthbors-190/+163
2016-03-02Rollup merge of #31999 - bluss:fundamental-raw-ptr, r=eddybManish Goregaokar-5/+5
2016-03-02Rollup merge of #31989 - Kimundi:more_flexible_str_pattern_indirection, r=blussManish Goregaokar-1/+14
2016-03-02Rollup merge of #31985 - ashleysommer:libbackgrace_emscripten_fix, r=alexcric...Manish Goregaokar-1/+1
2016-03-02Rollup merge of #31982 - apasel422:sync, r=alexcrichtonManish Goregaokar-54/+46
2016-03-02Rollup merge of #31919 - petrochenkov:blockpub, r=nikomatsakisManish Goregaokar-129/+97
2016-03-01Make book ordering more naturalEvan-1/+1
2016-03-02Fix compiling libstd with emscripten target.ashleysommer-1/+1
2016-03-01Explicitly opt out of `Sync` for `cell` and `mpsc` typesAndrew Paseltiner-54/+46
2016-03-01Auto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakisbors-221/+405
2016-03-01Use raw pointer casts for slice, str's .as_ptr()Ulrik Sverdrup-5/+5
2016-03-01Update libc crateSebastian Wicki-0/+0
2016-03-01Rollup merge of #31987 - gcatlin:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-01Rollup merge of #31984 - xaocon:master, r=steveklabnikSteve Klabnik-4/+4
2016-03-01Rollup merge of #31965 - miqid:doc, r=steveklabnikSteve Klabnik-12/+12
2016-03-01Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`Marvin Löbel-1/+14
2016-03-01grammar: 'fewer' instead of 'less'Geoff Catlin-1/+1
2016-03-01Fix broken links for core primitivesMichael Huynh-12/+12
2016-03-01Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1bors-1/+39
2016-03-01Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichtonbors-0/+106
2016-03-01Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brsonbors-1/+157
2016-02-29Clarified the details of a borrowing example.Evan-4/+4
2016-02-29Auto merge of #31884 - alexcrichton:no-bootstrap-from-existing, r=brsonbors-101/+216
2016-02-29test: Mark all rpass-valgrind as no-prefer-dynamicAlex Crichton-0/+11
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-227/+203
2016-02-29Use HIR map instead of tcx in constant evaluatorSeo Sanghyeon-1/+39
2016-02-29Auto merge of #31958 - teoryn:patch-3, r=nagisabors-1/+1
2016-02-29Auto merge of #31960 - aidanhs:aphs-tweak-aliasing-docs, r=Manishearthbors-1/+1
2016-02-29Add the 'T' present in the rust bookAidan Hobson Sayers-1/+1
2016-02-28Fix typo (an Result)Kevin Stock-1/+1
2016-02-28Fix typo (!#[no_std])Kevin Stock-1/+1
2016-02-28Auto merge of #31897 - tshepang:ref-not-needed, r=steveklabnikbors-1/+1
2016-02-28rustbuild: Update dependenciesAlex Crichton-35/+18
2016-02-28rustbuild: Update nightly dateAlex Crichton-8/+12
2016-02-28rustbuild: Relax assertions about stage0Alex Crichton-3/+1
2016-02-28rustbuild: Remove extra rustc flagsAlex Crichton-15/+1
2016-02-28rustbuild: Add steps for linking a sysrootAlex Crichton-6/+88
2016-02-28rustbuild: Document what steps areAlex Crichton-0/+14
2016-02-28rustbuild: Compile with the build compilerAlex Crichton-2/+2
2016-02-28rustbuild: Move assembling rustc to its own stepAlex Crichton-18/+20
2016-02-28rustbuild: Fix a copy/paste errorAlex Crichton-1/+1