about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-05remove workaround that prints error messages with TyErrAriel Ben-Yehuda-6/+1
2016-04-05Auto merge of #32743 - Manishearth:rollup, r=Manishearthbors-424/+911
2016-04-05Doc fix: list all module files Rust looks for.Varun Vats-8/+14
2016-04-05Doc fix: function takes argument by reference.Varun Vats-2/+2
2016-04-06Add a testSeo Sanghyeon-0/+16
2016-04-05Reinstate fast_reject for overlap checkingAaron Turon-70/+162
2016-04-05doc: make env::consts summaries less confusingTshepang Lekhonkhobe-8/+8
2016-04-05Fix infinite loop in Arc::downgradeAmanieu d'Antras-0/+1
2016-04-05Auto merge of #32742 - eddyb:cast-fns, r=dotdashbors-21/+51
2016-04-05Add example doc for ToOwned traitGuillaume Gomez-0/+12
2016-04-05Add test for [u8]'s Ord (and fix the old test for ord)Ulrik Sverdrup-6/+36
2016-04-05Specialize equality for [T] and comparison for [u8]Ulrik Sverdrup-38/+139
2016-04-05Rollup merge of #32715 - nrc:rustdoc-highlight, r=cmrManish Goregaokar-26/+49
2016-04-05Rollup merge of #32714 - nrc:json-err-end-span, r=sfacklerManish Goregaokar-15/+60
2016-04-05Rollup merge of #32712 - jonas-schievink:autoderef-fields-for-fn-ty, r=nagisaManish Goregaokar-18/+58
2016-04-05Rollup merge of #32710 - jonas-schievink:consider-last-semi, r=nagisaManish Goregaokar-2/+25
2016-04-05Rollup merge of #32692 - sfackler:time-inline, r=alexcrichtonManish Goregaokar-0/+5
2016-04-05Rollup merge of #32686 - mneumann:dragonfly_jemalloc_prefix, r=alexcrichtonManish Goregaokar-7/+14
2016-04-05Rollup merge of #32685 - dhuseby:add_freebsd_i686_snapshot_4d3eebf, r=alexcri...Manish Goregaokar-0/+1
2016-04-05Rollup merge of #32678 - mitaa:rdoc-stripped, r=alexcrichtonManish Goregaokar-239/+364
2016-04-05Rollup merge of #32675 - dhuseby:snapshots-01-04-16, r=alexcrichtonManish Goregaokar-0/+1
2016-04-05Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakisManish Goregaokar-108/+276
2016-04-05Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfriedManish Goregaokar-9/+58
2016-04-05Auto merge of #29463 - jseyfried:master, r=nikomatsakisbors-68/+23
2016-04-05trans: don't declare symbols that were already imported.Eduard Burtescu-21/+51
2016-04-05Remove strange names created by lack of privacy-conscious name lookupTobias Bucher-86/+74
2016-04-05Fixes bug which accepting using `super` in use statemet.vlastachu-9/+58
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-9/+37
2016-04-04Auto merge of #32328 - jseyfried:coherence, r=nikomatsakisbors-207/+207
2016-04-04Fix backtraces on ARM EHABI.Timon Van Overveldt-1/+6
2016-04-05Reduce code duplication in thread.rsAlan Somers-42/+18
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-157/+154
2016-04-05Add nightly check on rustdoc --extend-css optionGuillaume Gomez-1/+35
2016-04-05Add --extend-css option to rustdocGuillaume Gomez-9/+51
2016-04-04Use DWARF 5 value for DW_LANG_RustTom Tromey-1/+3
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-31/+161
2016-04-04adds dragonflybsd and freebsd to snapshots.txtDave Huseby-0/+1
2016-04-05Mention that it's not actually a data raceManish Goregaokar-1/+6
2016-04-04Handle integer-extending for C ABIJames Miller-21/+102
2016-04-04Address nitsMasood Malekghassemi-48/+49
2016-04-04Auto merge of #32582 - nikomatsakis:issue-32326, r=aturonbors-153/+236
2016-04-04add error code to testNiko Matsakis-1/+1
2016-04-04fix corner case around top of stackNiko Matsakis-39/+64
2016-04-04process cycles as soon as they are detectedNiko Matsakis-129/+187
2016-04-04minor: update old commentsAleksey Kladov-6/+6
2016-04-04Fix stack overflow detection on FreeBSDAlan Somers-2/+45
2016-04-04Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrcbors-18/+60
2016-04-04Updated libc submodule to fb2f0bbAlan Somers-0/+0
2016-04-04Just use Some(()) insteadJonas Schievink-2/+2
2016-04-04use `unwrap_or`Jonas Schievink-4/+1