about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-28native: Use WNOHANG before signalingAlex Crichton-45/+116
2014-03-28Remove `Freeze` and add `Share` in vim's syntaxFlavio Percoco-1/+1
2014-03-28Remove a RefCell from pprust::State.Eduard Burtescu-10/+9
2014-03-28De-@ IdentInterner.Eduard Burtescu-48/+53
2014-03-28De-@ NamedMatch.Eduard Burtescu-26/+27
2014-03-28De-@ TokenTree.Eduard Burtescu-17/+26
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-390/+335
2014-03-28std and green: fix some warningsErick Tryzelaar-5/+5
2014-03-28test: remove pure test, which is now redundant with inline testsErick Tryzelaar-36/+0
2014-03-28collections: remove ListErick Tryzelaar-263/+34
2014-03-28auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestingerbors-218/+233
2014-03-28auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichtonbors-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-218/+233
2014-03-28auto merge of #13149 : brson/rust/rustdoclogo, r=alexcrichtonbors-2/+2
2014-03-28auto merge of #13107 : seanmonstar/rust/encoder-errors, r=ericktbors-1342/+6481
2014-03-27auto merge of #13108 : pongad/rust/lintraw, r=huonwbors-0/+77
2014-03-27auto merge of #13173 : alexcrichton/rust/rustdoc-mods, r=huonwbors-2/+4
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-77/+711
2014-03-27serialize: use ResultSean McArthur-1342/+6481
2014-03-27Revert "Modules are either public, or private, so private modules should be s...Alex Crichton-2/+4
2014-03-27auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonwbors-392/+405
2014-03-27auto merge of #13151 : brson/rust/dist, r=alexcrichton,brsonbors-40/+118
2014-03-27doc: Update the tutorial about bounds for traitsAlex Crichton-23/+25
2014-03-27Fix fallout of removing default boundsAlex Crichton-363/+377
2014-03-27rustc: Stop adding the Send bound implicitlyAlex Crichton-6/+3
2014-03-27auto merge of #13136 : alexcrichton/rust/spawn-deadlock, r=brsonbors-1/+13
2014-03-27auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakisbors-3/+50
2014-03-27test/run-pass/out-of-stack: prevent tcoCorey Richardson-0/+1
2014-03-27verify-grammar llnextgenJan Kobler-15/+15
2014-03-27verify-grammar keyword crateJan Kobler-0/+1
2014-03-27auto merge of #13034 : edwardw/rust/match, r=nikomatsakisbors-41/+280
2014-03-27Address reviewCorey Richardson-9/+9
2014-03-27rustc: mark references w/anonymous lifetime nocaptureCorey Richardson-3/+49
2014-03-27_match.rs: prune sub-match tree too aggressivelyEdward Wang-41/+280
2014-03-27Added lint for #[deriving] structs and enums with unsafe pointers. #13032.Michael Darakananda-0/+77
2014-03-26rustc: Fix tests for sysroot changesBrian Anderson-2/+2
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-73/+59
2014-03-26rustc: Fix detection of lib64 directoryBrian Anderson-1/+1
2014-03-26install: Don't allow installation over the install filesBrian Anderson-2/+14
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-46/+31
2014-03-26Visit type parameter in lifetime suggestionKiet Tran-24/+157
2014-03-26install: name the bundled manifest 'manifest.in'. CleanupBrian Anderson-4/+6
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-73/+59
2014-03-26auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichtonbors-4/+27
2014-03-26auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmrbors-3/+29
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-21/+30
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-25/+1
2014-03-26Add test using early-bound lifetimes in trait generic parameters.Felix S. Klock II-0/+135
2014-03-26Fix Repr impl for method::Candidate to include the method_ty.Felix S. Klock II-1/+2
2014-03-26Fix #13140: Early/Late Bound related ICEs.Felix S. Klock II-2/+5