about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-11-22Register diagnostics for rustc_privacy and rustc_trans properlyManish Goregaokar-0/+6
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-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
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-102/+816
2015-11-19Auto merge of #29932 - steveklabnik:trpl_book, r=brsonbors-4/+4
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-4/+4
2015-11-19Avoid a string allocation.Ms2ger-1/+1
2015-11-19Rustfmt trans/base.rs.Ms2ger-485/+561
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-274/+205
2015-11-19Auto merge of #29917 - shssoichiro:doc-sidebar-order, r=alexcrichtonbors-1/+1
2015-11-19Auto merge of #29903 - nikomatsakis:incr-comp-ool-items, r=mw,nrcbors-1271/+1396
2015-11-18Update unit tests in driver.Niko Matsakis-2/+3
2015-11-18minor fixes to #[cfg(test)] codeNiko Matsakis-5/+5
2015-11-18ratchet down the recursion limit because, at least in my testing,Niko Matsakis-0/+2
2015-11-18Patch graphviz tests to account for the fact that nested items are notNiko Matsakis-5/+5
2015-11-18Fix two long lines.Niko Matsakis-2/+6
2015-11-18Modify trans to use an outer walk and ensure that we rotate as weNiko Matsakis-12/+54
2015-11-18Remove rustc_data_structures from the deps of librustc_front nowNiko Matsakis-2/+1
2015-11-18Change to a BTreeMap rather than sorting the keys of a FnvHashMap.Niko Matsakis-15/+13