about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-23Print the macro context name on incomplete parseJonas Schievink-11/+63
2015-11-23wording: results don't failPhilipp Matthias Schäfer-1/+1
2015-11-23Auto merge of #29984 - Manishearth:slice-assert, r=alexcrichtonbors-4/+23
2015-11-23Improve slice indexing assertionManish Goregaokar-4/+22
2015-11-23Mark slice_error_fail as a cold pathManish Goregaokar-0/+1
2015-11-22Auto merge of #28907 - SingingTree:rustfmt_libterm, r=nrcbors-390/+507
2015-11-22Auto merge of #29964 - alexcrichton:update-libc, r=brsonbors-0/+0
2015-11-22libc: Update to masterAlex Crichton-0/+0
2015-11-22test_inherit_env: Don't look for hidden environment variables on WindowsTobias Bucher-2/+4
2015-11-22Auto merge of #29716 - Manishearth:repr-error, r=Gankrobors-15/+87
2015-11-22Auto merge of #29980 - Manishearth:missing-diag, r=eddybbors-0/+9
2015-11-22Improve transmute diagnostics with a note about destructorsManish Goregaokar-0/+3
2015-11-22Register diagnostics for rustc_privacy and rustc_trans properlyManish Goregaokar-0/+6
2015-11-22Auto merge of #29968 - Manishearth:bang-macro-diag, r=eddybbors-30/+76
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-30/+76
2015-11-22Rustfmt libterm, skip long static in compiled.rsBryce Van Dyk-390/+507
2015-11-21Auto merge of #29963 - dotdash:fat_copy, r=eddybbors-0/+25
2015-11-21Auto merge of #29966 - MatthiasKauer:master, r=steveklabnikbors-3/+2
2015-11-21Auto merge of #29948 - devonhollowood:fromstr-parse, r=steveklabnikbors-0/+7
2015-11-21Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichtonbors-30/+85
2015-11-21Also check for NULs in environment variablesTobias Bucher-18/+20
2015-11-21Auto merge of #29916 - Manishearth:diag-401, r=steveklabnikbors-1/+71
2015-11-21change link on book front page trpl -> bookMatthias Kauer-3/+2
2015-11-20Auto merge of #29961 - alexcrichton:order-dependent, r=brsonbors-5/+81
2015-11-20Avoid FCA loads and extractvalue when copying fat pointersBjörn Steinbrink-0/+25
2015-11-20Auto merge of #29945 - nrc:save-crate-name, r=alexcrichtonbors-2/+10
2015-11-20rustc: Fix `extern crate` being order dependentAlex Crichton-5/+81
2015-11-20Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichtonbors-274/+205
2015-11-20Add E0517, E0518 for repr() errorsManish Goregaokar-15/+87
2015-11-20Auto merge of #29951 - fhahn:fix-plugin-compiler-example, r=steveklabnikbors-6/+20
2015-11-20Remove slice pattern from compiler plugin exampleFlorian Hahn-6/+20
2015-11-20Auto merge of #29950 - fhahn:small-doc-fix-rename-var, r=blussbors-4/+4
2015-11-20Rename result variable in HashSet's intersection and union examplesFlorian Hahn-4/+4
2015-11-20Auto merge of #29534 - oli-obk:fix/const_fn_eval, r=dotdashbors-15/+38
2015-11-20Add information about str::parse() in FromStr docsDevon Hollowood-0/+7
2015-11-20Auto merge of #29943 - brson:inline-threshold, r=nrcbors-5/+14
2015-11-20Auto merge of #29942 - brson:rmsegstack, r=alexcrichtonbors-3/+0
2015-11-20save-analysis: make the dump file's name closer to the crate file's nameNick Cameron-2/+10
2015-11-20Auto merge of #29939 - mitaa:doc_const_fn, r=alexcrichtonbors-5/+57
2015-11-19Add -C inline-thresholdBrian Anderson-5/+14
2015-11-19Remove segmented stack option from LLVMRustCreateTargetMachine. Unused.Brian Anderson-3/+0
2015-11-19Auto merge of #29894 - alexcrichton:stdtime, r=brsonbors-102/+816
2015-11-19Auto merge of #29901 - tbu-:pr_env_ignore_malformed_windows, r=alexcrichtonbors-19/+25
2015-11-19Show constness for functions of reexported docsmitaa-2/+54
2015-11-19Fix rustdocs `unsafe const fn` orderingmitaa-3/+3
2015-11-19Add run-pass test for paths containing the NUL characterTobias Bucher-0/+48
2015-11-19Error when paths contain NUL charactersTobias Bucher-19/+24
2015-11-19Re-unignore environment test on MinGWTobias Bucher-5/+2
2015-11-19Ignore malformed environment variables on Windows tooTobias Bucher-15/+24
2015-11-19Auto merge of #29925 - Ms2ger:fmt-trans-base, r=luqmanabors-485/+561