]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-11 borsauto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
2014-04-11 Huon WilsonFix tests. Add Vec<u8> conversion to StrBuf.
2014-04-10 borsauto merge of #13443 : alexcrichton/rust/rollup, r...
2014-04-10 Alex Crichtonrustc: Don't allow priv use to shadow pub use
2014-04-10 Alex Crichtonrustc: Don't succeed on shadowed nonexistent import
2014-04-10 Alex Crichtonrustc: Disallow importing through use statements
2014-04-10 Kasey CarrothersRenamed ast::Purity to ast::FnStyle and ast::ImpureFn...
2014-04-10 Alex Crichtonrustc: Use realpath() for sysroot/rpath
2014-04-10 Alex Crichtonrustc: Add a realpath utility function
2014-04-10 Alex Crichtonrustc: Don't rpath to librustrt.dylib
2014-04-10 Alex Crichtonrustc: Remove absolute rpaths
2014-04-10 Kang Seonghoonrustdoc: Prune the paths that do not appear in the...
2014-04-10 Kang Seonghoonrustdoc: Clean the `initSearch` routine up.
2014-04-10 Kang Seonghoonmk: Add a dummy CFG_COMPILER_HOST_TRIPLE to rustdoc...
2014-04-10 Alex Crichtontest: Add a test for #7663
2014-04-10 Felix S. Klock IIGeneralized the pretty-print entry points to support...
2014-04-10 OGINO MasanoriRemove an unnecessary file.
2014-04-10 Steven FacklerStop using transmute_mut in RefCell
2014-04-10 Huon WilsonRemove some internal ~[] from several libraries.
2014-04-10 Huon Wilsonnative: remove some internal ~[].
2014-04-10 Huon Wilsongreen: de-~[].
2014-04-10 Huon Wilsonstd,syntax: make std::fmt::parse use `Vec`s.
2014-04-10 Huon Wilsonstd,native,green,rustuv: make readdir return `Vec`.
2014-04-10 Huon Wilsonstd,serialize: remove some internal uses of ~[].
2014-04-10 Eduard BoppFix outdated lint warning about inner attribute
2014-04-10 Kevin BallardRemove references to @Trait from a compiler error message
2014-04-10 Michael Woeristerdebuginfo: Don't create debuginfo for statics inlined...
2014-04-10 Michael Woeristerdebuginfo: Implement discriminator type metadata re...
2014-04-10 Michael Woeristerdebuginfo: Improve source code position assignment...
2014-04-10 borsauto merge of #13350 : huonw/rust/devec-collections...
2014-04-10 borsauto merge of #13437 : kaseyc/rust/remove_unnecessary_s...
2014-04-10 borsauto merge of #13436 : pongad/rust/lazyemit, r=thestinger
2014-04-10 Patrick Waltonlibstd: Implement `StrBuf`, a new string buffer type...
2014-04-10 Kasey CarrothersRemove the unused Point struct in the assert-eq-macro...
2014-04-10 borsauto merge of #13413 : alexcrichton/rust/once-fn-move...
2014-04-09 Michael DarakanandaEmit intrinsic lazily
2014-04-09 borsauto merge of #13383 : ben0x539/rust/glob-dots, r=brson
2014-04-09 Alex Crichtonrustc: Prevent repeated moves out of proc upvars
2014-04-08 Huon Wilsoncollections: replace all ~[T] with Vec<T>.
2014-04-08 Huon Wilsonstd: use a `match` in `assert_eq!` to extend the lifeti...
2014-04-08 borsauto merge of #13399 : SimonSapin/rust/patch-8, r=cmr
2014-04-08 borsauto merge of #13397 : alexcrichton/rust/rollup, r...
2014-04-08 Simon SapinUpdate an obsolete comment about conditions
2014-04-08 Alex CrichtonTest fixes from rollup
2014-04-08 JustAPersonAdd test for #11881
2014-04-08 Kang Seonghoonstd: make vec!() macro handle a trailing comma
2014-04-08 Dmitry PromskyMade 'make install' include libs for additional targets
2014-04-08 Joseph CrailFix spelling errors in comments.
2014-04-08 Alex Crichtonstd: User a smaller stdin buffer on windows
2014-04-08 Boris EgorovImprove searching for XXX in tidy script (#3303)
2014-04-08 Daniel Micayfix ~ZeroSizeType rvalues
2014-04-08 Alex Crichtonrustc: Don't read both rlib and dylib metadata
2014-04-08 Alex Crichtonrustc: Never register syntax crates in CStore
2014-04-08 Alex Crichtonrustc: Use CStore, not a separate crate cache
2014-04-08 Brian Andersonstd: Add more docs for ptr mod
2014-04-08 Alex CrichtonRegister new snapshots
2014-04-08 Alex Crichtondoc: Document flavorful variations of paths
2014-04-08 TobbaMade libflate functions return Options instead of outri...
2014-04-08 Jim Radfordsync: remove unsafe and add Send+Share to Deref (enable...
2014-04-08 borsauto merge of #13393 : alexcrichton/rust/hopefully...
2014-04-08 Alex Crichtonnative: Try hard to not malloc on a forked child
2014-04-07 Benjamin Herrlibglob: only return dirs for globs ending in /
2014-04-07 Benjamin Herrlibglob: allow "." and ".." to be matched
2014-04-07 borsauto merge of #13288 : alexcrichton/rust/remove-check...
2014-04-07 Alex CrichtonFix some windows rpass tests
2014-04-07 borsauto merge of #13363 : free-Runner/rust/patch-1, r...
2014-04-07 borsauto merge of #13358 : tbu-/rust/pr_doc_equivrel, r=cmr
2014-04-07 borsauto merge of #13356 : alexcrichton/rust/ignore-flaky...
2014-04-07 borsauto merge of #13354 : alexcrichton/rust/fixup-some...
2014-04-07 borsauto merge of #13347 : HeroesGrave/rust/master, r=alexc...
2014-04-07 borsauto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton
2014-04-06 Alex Crichtonrmake: Fix a test on FreeBSD
2014-04-06 Alex CrichtonRemove ignore-fast that has cropped up
2014-04-06 Brian AndersonUse ignore-freebsd for tests broken on FreeBSD
2014-04-06 Brian AndersonIgnore another test that fails mysteriously on BSD
2014-04-06 Brian Andersontest: Ignore run-make tests that don't work on BSD
2014-04-06 Brian Andersonmk: Pass the name of the make command to maketest.py
2014-04-06 Brian Andersontest: Ignore compile-fail/issue-5806.rs
2014-04-06 Brian AndersonRemove check-fast. Closes #4193, #8844, #6330, #7416
2014-04-06 Steven FacklerDe-~[] IO utils
2014-04-06 Steven FacklerDe-~[] Mem{Reader,Writer}
2014-04-06 Steven FacklerDe-~[] Reader and Writer
2014-04-06 free-RunnerFixed broken tutorial link
2014-04-06 borsauto merge of #13346 : ben0x539/rust/priv-field-in...
2014-04-06 borsauto merge of #13345 : bjz/rust/irc, r=alexcrichton
2014-04-06 Tobias BucherRemove use of block comments in src/libstd/cmp.rs
2014-04-06 borsauto merge of #13340 : FlaPer87/rust/code-model, r=cmr
2014-04-06 Tobias BucherAdd requirements of TotalEq and TotalOrd
2014-04-06 Flavio PercocoAdd support for different relocation models
2014-04-06 borsauto merge of #13344 : eddyb/rust/kill-unboxed-vec...
2014-04-06 Eduard Burtescurustc: remove ty_unboxed_vec.
2014-04-06 borsauto merge of #13315 : alexcrichton/rust/libc, r=alexcr...
2014-04-06 borsauto merge of #13268 : alexcrichton/rust/parse-closure...
2014-04-06 Alex Crichtonstd: Ignore a flaky std::comm test
2014-04-06 Alex Crichtonsyntax: Tweak parsing lifetime bounds on closures
2014-04-06 Alex Crichtonstd: Fix a doc example on io::signal
2014-04-06 borsauto merge of #13319 : alexcrichton/rust/rustdoc-fields...
2014-04-06 Alex Crichtonrustc: Pass --enable-long-section-names to gcc
2014-04-06 Benjamin Herrname struct in "field `...` is private" error
2014-04-05 HeroesGravefix kate syntax highlighting
next