summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-12Added a test that checks that unary structs can be mutably borrowed.Dmitry Promsky-0/+25
2014-03-12docs: add two unlisted libraries to the index page.Huon Wilson-0/+2
2014-03-12rustdoc: whitelist the headers that get a § on hover.Huon Wilson-13/+10
2014-03-12Closes #12829. Names changed for consistency, find_path optimized, method imp...zslayton-35/+24
2014-03-12Emacs: always jump the cursor if needed on indentMicah Chalmer-9/+50
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-44/+1
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-28/+38
2014-03-12doc: discuss try! in std::ioPeter Marheine-0/+34
2014-03-12green: Fix a scheduler assertion on yieldingAlex Crichton-0/+14
2014-03-12std: Relax an assertion in oneshot selectionAlex Crichton-7/+64
2014-03-12Suggest explicit lifetime parameter on some errorsKiet Tran-6/+743
2014-03-12Update last_span in replace_tokenNick Cameron-0/+1
2014-03-12Vec: remove the drop flag to make it no larger than (*T, uint, uint).Eduard Burtescu-0/+50
2014-03-12Add shift and remove methods for VecKiet Tran-0/+29
2014-03-12auto merge of #12797 : pczarn/rust/str_safety, r=huonwbors-60/+85
2014-03-12auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-28/+38
2014-03-12auto merge of #12807 : pnkfelix/rust/fsk-issue5121-fns-with-early-lifetime-pa...bors-313/+702
2014-03-12Add proper support for early/late distinction for lifetime bindings.Felix S. Klock II-200/+566
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-71/+72
2014-03-12Introduce Scope<'a> shorthand for &'a ScopeChain<'a>.Felix S. Klock II-11/+13
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-29/+29
2014-03-11test: Relax a debuginfo testAlex Crichton-5/+5
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-14/+14
2014-03-12Port partition method from ~[T] to Vec<T>, for use early-late lifetime code.Felix S. Klock II-0/+20
2014-03-11Bundle libbacktrace with the compilerAlex Crichton-0/+38720
2014-03-11auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwaltonbors-1/+62
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-1/+62
2014-03-12rand: deprecate `rng`.Huon Wilson-16/+28
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-64/+131
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-03-12std: Move rand to librand.Huon Wilson-192/+154
2014-03-11auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichtonbors-728/+37
2014-03-11auto merge of #12780 : zslayton/rust/json-nav, r=alexcrichtonbors-0/+247
2014-03-11debuginfo: Improve commandline option handling for debuginfo (fixes #12811)Michael Woerister-28/+38
2014-03-11auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brsonbors-78/+243
2014-03-11doc: remove outdated tutorial entry, restore removed Makefile entriesAdrien Tétar-6/+3
2014-03-11doc: auto-generate LaTeX includesAdrien Tétar-7/+0
2014-03-11Added convenience methods and accompanying tests to the Json class.zslayton-0/+247
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-78/+243
2014-03-11auto merge of #12765 : TeXitoi/rust/fix-shootout-reverse-complement, r=alexcr...bors-1/+3
2014-03-11fix a bug in shootout-reverse-complement, official tests should pass with itGuillaume Pinot-1/+3
2014-03-11auto merge of #12617 : sfackler/rust/item-modifier, r=alexcrichtonbors-14/+101
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-14/+101
2014-03-10auto merge of #12793 : brson/rust/installer, r=alexcrichtonbors-0/+283
2014-03-10auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichtonbors-11/+18
2014-03-10auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichtonbors-0/+271
2014-03-10Implement hexadecimal floating point literals via a syntax extensionDouglas Young-0/+271
2014-03-10auto merge of #12733 : edwardw/rust/rw-liveness, r=nikomatsakisbors-90/+119
2014-03-10fs: units tests for mkdir_recusive and rmdir_recursiveLaurent Bonnans-0/+26
2014-03-10fs: use an iterative algorithm for 'rmdir_recursive'Laurent Bonnans-8/+41