]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-21 Patrick Waltonlibstd: Implement some convenience methods on vectors
2014-02-21 borsauto merge of #12420 : pnkfelix/rust/fsk-improve-doc...
2014-02-21 borsauto merge of #12419 : huonw/rust/compiler-unsafe,...
2014-02-21 borsauto merge of #12415 : HeroesGrave/rust/move-enum-set...
2014-02-21 borsauto merge of #12410 : DaGenix/rust/fix-incorrect-comme...
2014-02-21 borsauto merge of #12290 : mrshu/rust/lint-warn-by-default...
2014-02-21 borsauto merge of #12407 : alexcrichton/rust/up-llvm, r...
2014-02-21 mr.ShuChanged NonCamelCaseTypes lint to warn by default
2014-02-21 borsauto merge of #12164 : alexcrichton/rust/rlibs-and...
2014-02-21 Alex CrichtonRe-work loading crates with nicer errors
2014-02-21 borsauto merge of #12401 : alexcrichton/rust/if-ok-2-try...
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-20 Alex CrichtonMass rename if_ok! to try!
2014-02-20 borsauto merge of #12405 : kud1ing/rust/backticks, r=huonw
2014-02-20 borsauto merge of #12403 : eddyb/rust/generic-dtors-with...
2014-02-20 Felix S. Klock IIptr::RawPtr, spell out units used for the `offset`...
2014-02-20 borsauto merge of #12399 : michaelwoerister/rust/simd-fix...
2014-02-20 borsauto merge of #12398 : alexcrichton/rust/rlibs-and...
2014-02-20 Huon Wilsonrustc: avoid compiler generated `unsafe` blocks leaking.
2014-02-20 borsauto merge of #12397 : alexcrichton/rust/send-off-the...
2014-02-20 borsauto merge of #12343 : liigo/rust/move-extra-test-to...
2014-02-20 borsauto merge of #12396 : alexcrichton/rust/windows-env...
2014-02-20 Liigo Zhuangmove extra::test to libtest
2014-02-20 borsauto merge of #12392 : aepsil0n/rust/fix/pub_randbigint...
2014-02-20 HeroesGravemove enum_set to libcollections. #8784
2014-02-20 borsauto merge of #12244 : pcwalton/rust/deuniquevectorpatt...
2014-02-20 borsauto merge of #12394 : huonw/rust/transmute--, r=pnkfelix
2014-02-20 Palmer CoxUpdate comments in the prelude
2014-02-20 Alex CrichtonFix sending/try_recv on channels off the runtime
2014-02-20 Patrick Waltonlibrustc: Remove unique vector patterns from the language.
2014-02-20 borsauto merge of #12387 : cmr/rust/ast-json, r=alexcrichton
2014-02-19 borsauto merge of #12389 : zr40/rust/fix-test-metric-typo...
2014-02-19 Alex CrichtonUpgrade LLVM for segmented stacks on thumb
2014-02-19 Eduard BurtescuResolve the vtables for method calls to generic Drop...
2014-02-19 kud1ingadjust to currently used style
2014-02-19 Eduard BurtescuReplaced method_map_entry with method_origin and cleane...
2014-02-19 Eduard BurtescuDon't recurse twice into ExprParen in vtable checking.
2014-02-19 borsauto merge of #12231 : wycats/rust/url_path_parse,...
2014-02-19 borsauto merge of #11904 : nick29581/rust/0filemap, r=alexc...
2014-02-19 Corey Richardsonrustc: support dumping the AST as JSON
2014-02-19 borsauto merge of #12379 : alexcrichton/rust/fix-ar-thing...
2014-02-19 borsauto merge of #12375 : FlaPer87/rust/issue-7660, r=cmr
2014-02-19 Alex CrichtonTweak how preference factors into linkage
2014-02-19 Michael Woeristerdebuginfo: Re-enable test case that should have worked...
2014-02-19 Michael Woeristerdebuginfo: Fix a RUSTFLAGS incompatibility in test...
2014-02-19 Michael Woeristerdebuginfo: Move test case from run-pass to debug-info...
2014-02-19 Michael Woeristerdebuginfo: Add support for simd types
2014-02-19 Alex CrichtonFix getting/setting huge env vars on windows
2014-02-19 borsauto merge of #12374 : dylanbraithwaite/rust/size_of_un...
2014-02-19 Huon Wilsonrustc: remove some unnecessary `transmute`s.
2014-02-19 borsauto merge of #12349 : edwardw/rust/debug-expansion...
2014-02-19 Eduard Bopplibnum: Make RandBigInt trait public
2014-02-19 Edward WangChange the format_args! macro expansion for temporaries
2014-02-19 borsauto merge of #12370 : rcxdude/rust/macro_fix, r=alexcr...
2014-02-19 borsauto merge of #12367 : darnuria/rust/tutorial_removing_...
2014-02-19 borsauto merge of #12339 : alexcrichton/rust/rustdoc-fixes...
2014-02-19 Alex Crichtonrustdoc: Handle links to reexported items
2014-02-19 Alex Crichtonrustdoc: Clickable links on methods themselves
2014-02-19 Alex Crichtonrustdoc: Fix json output and input
2014-02-19 Alex Crichtonrustdoc: Highlight methods jumped to
2014-02-19 Alex Crichtonrustdoc: Show macros in documentation
2014-02-19 Alex Crichtonrustdoc: Fixup links to enum variants
2014-02-19 borsauto merge of #12364 : Armavica/rust/mk-tips, r=alexcri...
2014-02-19 Matthijs van... Fix typo in test metric ratchet stdout output
2014-02-19 borsauto merge of #12361 : sfackler/rust/rustdoc-test-exter...
2014-02-19 Steven Facklerrustdoc: Only inject extern crates if not present
2014-02-19 borsauto merge of #12317 : huonw/rust/utf16, r=alexcrichton
2014-02-19 Huon Wilsonstr: add a function for truncating a vector of u16...
2014-02-19 borsauto merge of #12245 : nick29581/rust/priv2, r=alexcrichton
2014-02-19 Nick CameronMake priavcy checking aware that a `use` directive...
2014-02-19 Nick CameronFix bug with zero-length filemaps and rename bytepos_to...
2014-02-19 Alex CrichtonFix staticlib outputs linking to blank archives
2014-02-18 borsauto merge of #12359 : alexcrichton/rust/update-compile...
2014-02-18 Flavio PercocoRegression test closes #7660
2014-02-18 Dylan BraithwaiteClarify unit of size in docs for size_of functions.
2014-02-18 borsauto merge of #12357 : chromatic/rust/gh_11976_fail_bou...
2014-02-18 borsauto merge of #12336 : kballard/rust/mutexarc-no-freeze...
2014-02-18 borsauto merge of #12330 : nick29581/rust/glue, r=huonw
2014-02-18 Douglas YoungAvoid returning original macro if expansion fails.
2014-02-18 borsauto merge of #12354 : alexcrichton/rust/fix-rustuv...
2014-02-18 Axel VialaRemoving '15.3 Do syntax' in tutorial.
2014-02-18 borsauto merge of #12351 : kud1ing/rust/backticks, r=alexcr...
2014-02-18 borsauto merge of #12314 : huonw/rust/is_utf8_iter, r=kballard
2014-02-18 Huon Wilsonstd: convert first_non_utf8_byte to use the iterator.
2014-02-18 Huon Wilsonstd::str: safen and optimize is_utf8.
2014-02-18 Virgile Andreanimk: Talk about `make clean` in the build help
2014-02-18 Virgile Andreanimk: Fix the regexp of SHOW_DOCS
2014-02-18 borsauto merge of #12345 : huonw/rust/speeling, r=cmr
2014-02-18 borsauto merge of #12342 : ehsanul/rust/remove-shared-chan...
2014-02-18 borsauto merge of #12321 : bjz/rust/remove-real, r=alexcrichton
2014-02-18 borsauto merge of #12103 : alexcrichton/rust/unix, r=brson
2014-02-18 Alex CrichtonUpdate compiler-rt
2014-02-18 chromaticMade fail_bounds_check more careful with strings.
2014-02-18 Nick CameronTest ordering of glue_drop and glue_takew in self-re...
2014-02-18 borsauto merge of #12243 : dguenther/rust/extend-tidy,...
2014-02-18 borsauto merge of #12232 : kballard/rust/taskbuilder-is...
2014-02-18 borsauto merge of #12146 : gentlefolk/rust/issue-2404,...
2014-02-17 gentlefolkUpdated metadata::creader::resolve_crate_deps to use...
2014-02-17 Alex CrichtonFix a segfault in the rustuv tests
2014-02-17 borsauto merge of #12352 : alexcrichton/rust/fix-master...
next