about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-07-12Auto merge of #34755 - jonas-schievink:minor-differences, r=eddybbors-254/+135
2016-07-12tyencode: Make sure that projection bounds are handled in stable order.Michael Woerister-1/+74
2016-07-12doc: Mention that writeln! and println! always use LFMike Hommey-1/+5
2016-07-11Auto merge of #34637 - GuillaumeGomez:syntax_codes, r=jonathandturnerbors-12/+146
2016-07-11std: clear errno before readdir, then check it (solaris)Josh Stone-17/+32
2016-07-11libc: fast-forward for solaris `RTLD_DEFAULT`Josh Stone-0/+0
2016-07-11std: Fix IPV6 imports for solarisJosh Stone-4/+8
2016-07-11std: Fix `Thread::set_name()` for newlib and solarisJosh Stone-1/+0
2016-07-12Fix fallout.Jeffrey Seyfried-5/+5
2016-07-12Parse macro-expanded statements like ordinary statements.Jeffrey Seyfried-3/+9
2016-07-12Clean up statement parsing without changing the semantics of `parse_stmt`.Jeffrey Seyfried-112/+59
2016-07-11Mark Ipv4Addr is_unspecified as stable and provide reference.Ben Stern-0/+4
2016-07-12Improve arc doc, fixing #32905Zhen Zhang-43/+46
2016-07-11Factor the `RefCell` out of the `Interner`.Jeffrey Seyfried-66/+41
2016-07-11Refactor `get_ident_interner` -> `with_ident_interner`.Jeffrey Seyfried-19/+19
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-132/+69
2016-07-11Remove `Interner<T>` and rename `StrInterner` to `Interner`.Jeffrey Seyfried-144/+21
2016-07-11Encapsulate `RcStr` in `syntax::util::interner`.Jeffrey Seyfried-62/+25
2016-07-11Remove unused field `interner` from the parser.Jeffrey Seyfried-2/+0
2016-07-11Fixed some typosDavid-2/+2
2016-07-11Move E0533 to E0558 (because of external change)Guillaume Gomez-24/+24
2016-07-11Fix typosggomez-26/+28
2016-07-11Update make tidyGuillaume Gomez-2/+3
2016-07-11Add E0537 error explanationGuillaume Gomez-1/+31
2016-07-11Add E0536 error explanationGuillaume Gomez-3/+27
2016-07-11Add E0535 error explanationGuillaume Gomez-1/+31
2016-07-11Add E0534 error explanationGuillaume Gomez-2/+35
2016-07-11Add E0533 error explanationGuillaume Gomez-2/+16
2016-07-11std: Correct tracking issue for SipHash{13,24}Alex Crichton-8/+8
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-42/+11
2016-07-11`std::process` doc improvements.Corey Farwell-11/+29
2016-07-11Improve boxed docsGuillaume Gomez-3/+46
2016-07-11Add missing examples for std::cell typesGuillaume Gomez-0/+49
2016-07-11Register reads on the corrent HIR itemJonas Schievink-2/+8
2016-07-11Set unwind_safe_lock_refs stability to 1.12.0.Aaron Gallagher-3/+2
2016-07-11Auto merge of #34725 - GuillaumeGomez:doc_slice, r=steveklabnikbors-9/+236
2016-07-11Don't register reads for external itemsJonas Schievink-1/+6
2016-07-11Calculate the 2 largest variants using iteratorsJonas Schievink-21/+22
2016-07-11Get rid of `node_levels` and `node_lint_levels`Jonas Schievink-13/+0
2016-07-10Derive Debug on FileType.Martin Pool-3/+3
2016-07-10Mutex and RwLock need RefUnwindSafe too.Aaron Gallagher-0/+8
2016-07-10Add examples for std::Error moduleGuillaume Gomez-0/+70
2016-07-10Move variant_size_differences out of transJonas Schievink-241/+123
2016-07-10Auto merge of #34753 - sfackler:demangle-curly-braces, r=alexcrichtonbors-1/+3
2016-07-10Improve std::any module docGuillaume Gomez-2/+158
2016-07-10Demangle curly bracesSteven Fackler-1/+3
2016-07-10Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddybbors-28/+1
2016-07-10Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichtonbors-1/+10
2016-07-09Auto merge of #34745 - alexandermerritt:slice-doc, r=brsonbors-1/+1
2016-07-09make clone_from_slice consistent with copy_from_sliceAlexander Merritt-1/+1