about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-541/+541
2014-03-04auto merge of #12694 : thestinger/rust/mut_iter, r=huonwbors-9/+19
2014-03-04make `MutItems` iterator sound againDaniel Micay-9/+19
2014-03-04auto merge of #12667 : Kimundi/rust/any_improv, r=cmrbors-120/+70
2014-03-04Cleaned up `std::any`Marvin Löbel-120/+70
2014-03-04doc: use the newer faviconAdrien Tétar-8/+8
2014-03-04rustdoc: tweak highlightingAdrien Tétar-29/+29
2014-03-04auto merge of #12678 : lifthrasiir/rust/pluralize, r=alexcrichtonbors-107/+114
2014-03-04rustc: Streamline error messages for i18n, using `plural` whenever possible.Kang Seonghoon-107/+114
2014-03-03auto merge of #12669 : huonw/rust/de-block-arms, r=alexcrichtonbors-57/+30
2014-03-03auto merge of #12672 : korenchkin/rust/checked-bigint, r=alexcrichtonbors-0/+233
2014-03-03Register new snapshotsAlex Crichton-18/+8
2014-03-04std: add reserve_additional and an Extendable impl to Vec.Huon Wilson-2/+66
2014-03-03Implemented checked arithmetic for Big(U)IntsTorstenWeber-0/+233
2014-03-03auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonwbors-0/+2
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-57/+30
2014-03-03test: Ignore some more syntax extension testsAlex Crichton-0/+4
2014-03-02auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brsonbors-5/+0
2014-03-02Emacs: Remove README warning of old whitespace bugMicah Chalmer-5/+0
2014-03-02auto merge of #12662 : sfackler/rust/unexported-type, r=cmrbors-46/+43
2014-03-02auto merge of #12659 : alexcrichton/rust/fix-snap, r=sfacklerbors-0/+2
2014-03-02Make visible types public in rustcSteven Fackler-46/+43
2014-03-02auto merge of #12658 : sfackler/rust/asm-expand, r=alexcrichtonbors-23/+41
2014-03-02test: Ignore some phase(syntax) testsAlex Crichton-0/+2
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-23/+41
2014-03-02Add /etc/terminfo to the terminfo search pathsVirgile Andreani-4/+6
2014-03-02auto merge of #12651 : lucab/rust/llvmdep-ldflags, r=alexcrichtonbors-0/+16
2014-03-02auto merge of #12637 : pcwalton/rust/devecing, r=alexcrichtonbors-1607/+2144
2014-03-02librustc: add LLVM LDFLAGS to depsLuca Bruno-0/+16
2014-03-02auto merge of #12647 : huonw/rust/rustdoc-highlight-macros, r=alexcrichtonbors-10/+22
2014-03-02auto merge of #12645 : alexcrichton/rust/invalid-libraries, r=brsonbors-4/+42
2014-03-01rustc: Better error when loading invalid librariesAlex Crichton-4/+42
2014-03-01libfourcc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+6
2014-03-01librustdoc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-55/+97
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-299/+528
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-306/+577
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-979/+934
2014-03-01libstd: Add some functionality to `Vec<T>`Patrick Walton-1/+37
2014-03-01Merge pull request #12636 from chromatic/fixup_trans_failbors-55/+9
2014-03-02rustdoc: syntax highlight macro definitions, colour $... substitutions.Huon Wilson-10/+22
2014-03-01Merge pull request #12308 from kballard/vim-nested-commentsbors-5/+6
2014-03-01auto merge of #12630 : alexcrichton/rust/flush-buffered, r=brsonbors-35/+66
2014-03-01auto merge of #12641 : sfackler/rust/issue-11552, r=huonwbors-0/+29
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-21/+41
2014-03-01Add a test for #11552Steven Fackler-0/+29
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-03-01auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwaltonbors-2/+31
2014-03-01auto merge of #12638 : luqmana/rust/op-no-ref, r=alexcrichtonbors-1/+40
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-116/+155
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-301/+354